File: 01_basic.t

package info (click to toggle)
libterm-readkey-perl 2.38-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 416 kB
  • sloc: perl: 1,357; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use warnings;


use Test::More tests => 1;

use_ok 'Term::ReadKey';