File: 01use.t

package info (click to toggle)
libstring-mkpasswd-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 272; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
use Test::More tests => 3;
BEGIN { use_ok('String::MkPasswd') };

my $passwd = String::MkPasswd::mkpasswd();

ok(defined $passwd, "defined");
ok(length $passwd > 0, "length");