]> eyrie.org Git - kerberos/krb5-strength.git/blob - tests/data/perl.conf
Add password history implementation for Heimdal
[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.010';
10
11 # File must end with this line.
12 1;