logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

strictures::extra - enable or disable strictures additional checks

Authors

       See strictures for authors.

Description

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

       Equivalent to setting the "PERL_STRICTURES_EXTRA" environment variable.

Name

       strictures::extra - enable or disable strictures additional checks

Synopsis

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

See Also