The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perl::Critic::Plicease - Some Perl::Critic policies used by Plicease

VERSION

version 0.03

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.

Plicease::ProhibitUnicodeDigitInRegexp

Prohibit \d (match any digit) in regular expressions without the /a or /u modifier.

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 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.