logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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