X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=tests%2Fdata%2Fperl.conf;h=fd26d5a707a537f36017dda7907c04cb36ff294d;hb=ebc55e9b42720d1c33b829c1ed4eac627faebb03;hp=43db7b482701dd64ee9ec8367e23d1a6d94c3ccb;hpb=ef41489bc013b599bcf0d467690355078182b298;p=kerberos%2Fkrb5-strength.git diff --git a/tests/data/perl.conf b/tests/data/perl.conf index 43db7b4..fd26d5a 100644 --- a/tests/data/perl.conf +++ b/tests/data/perl.conf @@ -3,8 +3,12 @@ # Ignore the script in cracklib for Perl style checking. This is verbatim # from CrackLib and isn't useful to rewrite. @CRITIC_IGNORE = qw(cracklib); +@SPDX_IGNORE = (qr{ \A cracklib/ }xms); @STRICT_IGNORE = qw(cracklib); +# Default minimum version requirement for included Perl scripts. +$MINIMUM_VERSION = '5.010'; + # The Heimdal history implementation uses a bunch of modules, but may not be # of interest to all users. Skip strict testing if its prerequisites aren't # installed. @@ -13,8 +17,5 @@ Readonly ); -# Default minimum version requirement for included Perl scripts. -$MINIMUM_VERSION = '5.010'; - # File must end with this line. 1;