File: 1_basics.t

package info (click to toggle)
libterm-readpassword-perl 0.11-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 200; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!perl

BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Term::ReadPassword;
$loaded = 1;
print "ok 1\n";