]> eyrie.org Git - kerberos/krb5-strength.git/blob - tests/data/perl.conf
43db7b482701dd64ee9ec8367e23d1a6d94c3ccb
[kerberos/krb5-strength.git] / tests / data / perl.conf
1 # Configuration for Perl tests.  -*- perl -*-
2
3 # Ignore the script in cracklib for Perl style checking.  This is verbatim
4 # from CrackLib and isn't useful to rewrite.
5 @CRITIC_IGNORE = qw(cracklib);
6 @STRICT_IGNORE = qw(cracklib);
7
8 # The Heimdal history implementation uses a bunch of modules, but may not be
9 # of interest to all users.  Skip strict testing if its prerequisites aren't
10 # installed.
11 @STRICT_PREREQ = qw(
12   DB_File::Lock Crypt::PBKDF2 Getopt::Long::Descriptive IPC::Run JSON
13   Readonly
14 );
15
16 # Default minimum version requirement for included Perl scripts.
17 $MINIMUM_VERSION = '5.010';
18
19 # File must end with this line.
20 1;