Home

strictures::extra(3pm)

strictures::extra(3pm)User Contributed Perl Documentationstrictures::extra(3pm)

strictures::extra - enable or disable strictures additional checks

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

Enable or disable strictures additional checks, preventing checks for ".git" or other VCS directories.

Equivalent to setting the "PERL_STRICTURES_EXTRA" environment variable.

See strictures for authors.

See strictures for the copyright and license.

2019-07-15perl v5.28.1