| Current Path : /proc/thread-self/root/usr/share/doc/perl-Term-Shell/t/ |
| 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." );