strictures::extra (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
strictures::extra - enable or disable strictures additional checksSYNOPSIS
no strictures::extra; # will not enable indirect, multidimensional, or bareword filehandle checks use strictures;
DESCRIPTION
Enable or disable strictures additional checks, preventing checks for ".git" or otherVCS
directories.
Equivalent to setting the "PERL_STRICTURES_EXTRA" environment variable.