1strictures::extra(3)  User Contributed Perl Documentation strictures::extra(3)
2
3
4

NAME

6       strictures::extra - enable or disable strictures additional checks
7

SYNOPSIS

9         no strictures::extra;
10         # will not enable indirect, multidimensional, or bareword filehandle checks
11         use strictures;
12

DESCRIPTION

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

AUTHORS

20       See strictures for authors.
21
23       See strictures for the copyright and license.
24
25
26
27perl v5.32.0                      2020-07-28              strictures::extra(3)
Impressum