summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Term-ReadKey/t/01_basic.t
blob: 292f96b792c7407fc3418031f557c69bffa5b428 (plain) (blame)
1
2
3
4
5
6
7
use strict;
use warnings;


use Test::More tests => 1;

use_ok 'Term::ReadKey';