]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - tests/data/perl.conf
Use new support for SPDX check exclusions
[kerberos/krb5-strength.git] / tests / data / perl.conf
index 43db7b482701dd64ee9ec8367e23d1a6d94c3ccb..fd26d5a707a537f36017dda7907c04cb36ff294d 100644 (file)
@@ -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;