Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
Changes for version v1.0.4 - 2024-12-28
- Deprecated separate release from Perl-Critic-Community
Modules
Community-inspired Perl::Critic policies (DEPRECATED)
Empty shim for Perl::Critic::Community::Utils (DEPRECATED)
Don't use & to call subroutines (DEPRECATED)
Don't assign an anonymous arrayref to an array (DEPRECATED)
Don't use bareword filehandles other than built-ins (DEPRECATED)
Don't declare variables conditionally (DEPRECATED)
Don't end a subroutine with a conditional block (DEPRECATED)
Avoid features that have been deprecated or removed from Perl (DEPRECATED)
Various modules discouraged from use (DEPRECATED)
Don't use $a or $b as variable names outside sort (DEPRECATED)
Don't use each to iterate through a hash (DEPRECATED)
Don't use return with no arguments (DEPRECATED)
Don't call methods indirectly (DEPRECATED)
Don't use undeclared foreach loop iterators (DEPRECATED)
Don't loop over hashes (DEPRECATED)
Don't use mod_perl to write web applications (DEPRECATED)
Don't use multidimensional array emulation (DEPRECATED)
Always use the three-argument form of open (DEPRECATED)
Don't use overload without specifying a bool overload and enabling fallback (DEPRECATED)
Don't use POSIX without specifying an import list (DEPRECATED)
Module files should declare a package matching the filename (DEPRECATED)
Various modules with preferred alternatives (DEPRECATED)
Don't use function prototypes (DEPRECATED)
Always use strict and warnings, or a module that imports these (DEPRECATED)
Interpreter-based threads are officially discouraged (DEPRECATED)
Don't write context-sensitive functions using wantarray (DEPRECATED)
Scripts should not use the -w switch on the shebang line (DEPRECATED)
Don't use while with implicit assignment to $_ (DEPRECATED)