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

Perl::Critic::Policy::Miscellanea::ProhibitFormats - Do not use "format".

Affiliation

       This Policy is part of the core Perl::Critic distribution.

Author

       Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>

Configuration

       This Policy is not configurable except for the standard options.

Description

       Formats are one of the oldest features of Perl.  Unfortunately, they suffer from several limitations.
       Formats are static and cannot be easily defined at run time.  Also, formats depend on several obscure
       global variables.

       For more modern reporting tools, consider using one of the template frameworks like Template or try the
       Perl6::Form module.

Name

       Perl::Critic::Policy::Miscellanea::ProhibitFormats - Do not use "format".

See Also