NAME
Perl::Critic::Plicease - Some Perl::Critic policies used by Plicease
VERSION
version 0.10
DESCRIPTION
The Perl::Critic::Policy::Plicease policies are an eclectic collection
of Perl::Critic policies. They aren't grouped into a theme because some
are application specific and you should review and include them only on
a case by case basis.
Plicease::ProhibitLeadingZeros
This is a slight remix on the prohibit leading zeros policy with some
helpful exceptions.
Perl::Critic::Policy::Plicease::ProhibitSignaturesAndAtUnderscore
Prohibit the use of @_ in subroutine using signatures
Perl::Critic::Policy::Plicease::ProhibitSpecificModules
Prohibit the use of specific modules or pragmas
Plicease::ProhibitUnicodeDigitInRegexp
Prohibit \d (match any digit) in regular expressions without the /a
or /u modifier.
AUTHOR
Author: Graham Ollis <plicease@cpan.org>
Contributors:
Ville Skyttä (SCOP)
Yoshikazu Sawa (yoshikazusawa)
Christian Walde (wchristian, MITHALDU)
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2024 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.