table of contents
other versions
- jessie-backports 2.000003-1~bpo8+1
- stretch 2.000003-1
- testing 2.000005-1
- unstable 2.000005-1
| strictures::extra(3pm) | User Contributed Perl Documentation | strictures::extra(3pm) |
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 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.| 2015-02-01 | perl v5.20.2 |