1# Configuration for Perl tests. -*- perl -*- 2 3# Ignore these top-level directories for perlcritic testing. 4@CRITIC_IGNORE = qw(); 5 6# Add this directory (or a .libs subdirectory) relative to the top of the 7# source tree to LD_LIBRARY_PATH when checking the syntax of Perl modules. 8# This may be required to pick up libraries that are used by in-tree Perl 9# modules. 10#$LIBRARY_PATH = 'lib'; 11 12# Default minimum version requirement for included Perl scripts. 13$MINIMUM_VERSION = '5.006'; 14 15# Minimum version exceptions for specific top-level directories. 16%MINIMUM_VERSION = (); 17 18# File must end with this line. 191; 20