-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
35 lines (25 loc) · 1.2 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for {{$dist->name}}
{{$NEXT}}
0.09 2024-12-27 16:09:09 -0700
- (ProhibitSignaturesAndAtUnderscore) Do not detect @_ inside nested sub (gh#10, gh#11)
0.08 2024-12-27 09:48:41 -0700
- Documentation fixes and improvements.
- (ProhibitSignaturesAndAtUnderscore) More accurately detect signatures (MITHALDU++, gh#9)
0.07 2024-05-29 20:01:09 -0600
- (ProhibitUnicodeDigitInRegexp) Treat digit character class /[:digit:]/
the same as \d (gh#7, Thanks Yoshikazu Sawa)
0.06 2024-05-09 11:08:43 -0600
- (ProhibitSignaturesAndAtUnderscore) Added new policy (gh#6)
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