-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
44 lines (28 loc) · 1016 Bytes
/
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
36
37
38
39
40
41
42
43
44
Release history for Perl::Critic::RENEEB
========================================
2.05 2020-12-01 07:54:00
* require the current PPI version (1.270) to get the correct parsing behaviour for type casts, no change in functionality
* update documentation: mention the two latest policies
2.04 2020-11-30 12:17:00
* Add one policy to require postdereferencing
* fix metadata (http => https) (thanks @szabgab)
2.03 2020-11-26 20:35:00
* Add one policy to require the use of 'first' instead of 'grep'
2.02 2018-12-17 15:40:00
[TESTS]
* Be more generic with error messages
2.01 2018-12-15 13:56:00
[MISC]
* add subclass of NamingConventions::Capitalization with parameter to exclude by 'Full qualified namespace'
* improve documentation
2.0 2018-11-29 16:46:00
[MISC]
* Removed 'strict' parameter -> it makes no sense
* Added lots of tests
0.02 2015-02-23
[MISC]
* Use Git-Bundle
* Use Basic-Bundle
* Add metadata for resources
0.01 2012-04-11
+ initial release