]> eyrie.org Git - kerberos/krb5-strength.git/blob - tests/data/perl.conf
68b6b6453d9bf20cb0546b20382517bca34cd034
[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 # Default minimum version requirement for included Perl scripts.
9 $MINIMUM_VERSION = '5.006';
10
11 # Scripts used only by autogen can use a newer version.
12 %MINIMUM_VERSION = ('5.010' => ['tests/data']);
13
14 # File must end with this line.
15 1;