NAME
Perl::Critic::Policy::Lax::ProhibitLeadingZeros::ExceptChmod - leading zeroes are okay as the first arg to chmod
VERSION
version 0.012
DESCRIPTION
This is subclass of Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros with no changes. It once allowed leading zeroes on numbers used as args to chmod
, but in 2008 the default Perl::Critic policy became to allow leading zeroes there and in a few other places.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ricardo Signes <rjbs@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.