Revision history for Perl-Critic-Plicease
0.05 2024-02-10 05:49:37 -0700
- (ProhibitSpecificModules) Added new policy (gh#5)
- Bump required Perl to 5.10.1 (gh#5)
- Documentation Improvements (gh#5)
0.04 2021-11-09 10:20:14 -0700
- Documentation fixes (gh#3 scop++)
0.03 2019-12-02 09:18:01 -0700
- (ProhibitUnicodeDigitInRegexp) Allow \d in a regex if there is an explicit /u
0.02 2019-11-22 10:42:34 -0700
- (ProhibitUnicodeDigitInRegexp) Do not treat transliterate tr/// as a regexp
- (ProhibitUnicodeDigitInRegexp) Use PPIx::RegExp to parse regular expressions
0.01 2019-11-22 09:26:22 -0700
- initial version