strictures::extra

Section: User Contributed Perl Documentation (3pm)
Updated: 2019-07-15
Index Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION
AUTHORS
COPYRIGHT AND LICENSE

This document was created by man2html, using the manual pages.
Time: 06:39:41 GMT, May 18, 2024