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::Modules::ProhibitMultiplePackages - Put packages (especially subclasses) in

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

       Conway doesn't specifically mention this, but I find it annoying when there are multiple packages in the
       same file.  When searching for methods or keywords in your editor, it makes it hard to find the right
       chunk of code, especially if each package is a subclass of the same base.

Name

       Perl::Critic::Policy::Modules::ProhibitMultiplePackages - Put packages (especially subclasses) in
       separate files.

See Also