# Configuration for Perl tests. -*- perl -*- # Ignore these top-level directories for perlcritic testing. @CRITIC_IGNORE = qw(); # Add this directory (or a .libs subdirectory) relative to the top of the # source tree to LD_LIBRARY_PATH when checking the syntax of Perl modules. # This may be required to pick up libraries that are used by in-tree Perl # modules. #$LIBRARY_PATH = 'lib'; # Default minimum version requirement for included Perl scripts. $MINIMUM_VERSION = '5.006'; # Minimum version exceptions for specific top-level directories. %MINIMUM_VERSION = (); # File must end with this line. 1;