strictures::extra(3) User Contributed Perl Documentation strictures::extra(3)
NAME
strictures::extra - enable or disable strictures additional checks
SYNOPSIS
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 other VCS directories.
Equivalent to setting the "PERL_STRICTURES_EXTRA" environment variable.
AUTHORS
See strictures for authors.
COPYRIGHT AND LICENSE
See strictures(3) for the copyright and license.
perl v5.34.1 2015-02-01 strictures::extra(3)
strictures 2.0.6 - Generated Mon Aug 4 13:34:23 CDT 2025
