xref
: /
openbsd
/
gnu
/
usr.bin
/
perl
/
cpan
/
Term-ReadKey
/
t
/
01_basic.t
(revision 09467b48)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
use strict;
2
use warnings;
3
4
5
use Test::More tests => 1;
6
7
use_ok 'Term::ReadKey';
8