table of contents
other versions
- Tumbleweed 2.000006-1.26
- Leap-15.6
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 for the copyright and license.
2019-03-13 | perl v5.40.0 |