File: 01-require.t

package info (click to toggle)
libcrypt-generatepassword-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,104 kB
  • sloc: perl: 280; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!perl

use strict;
use warnings;

use Test::More 0.88 tests => 1;

require_ok('Crypt::GeneratePassword');