1strictures::extra(3) User Contributed Perl Documentation strictures::extra(3)
2
3
4
6 strictures::extra - enable or disable strictures additional checks
7
9 no strictures::extra;
10 # will not enable indirect, multidimensional, or bareword filehandle checks
11 use strictures;
12
14 Enable or disable strictures additional checks, preventing checks for
15 ".git" or other VCS directories.
16
17 Equivalent to setting the "PERL_STRICTURES_EXTRA" environment variable.
18
20 See strictures for authors.
21
23 See strictures for the copyright and license.
24
25
26
27perl v5.28.0 2015-03-12 strictures::extra(3)