Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-Term-Shell/t/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-Term-Shell/t/01require.t

use strict;
use warnings;

use Test::More tests => 1;

use Term::Shell;

my $shell = Term::Shell->new;

# TEST
ok( $shell, "A Term::Shell instance was initialised." );