The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.12
	- Released at 2019-01-11T16:57:36+0900
	- ProhibitLargeBlock: add config parameter `block_statement_count_limit`

0.11
        - Released at 2018-12-18T09:53:25+0900
        - ProhibitUnusedConstant: Workaround a PPI bug that misparses ternary op.

0.10
        - Released at 2018-11-16T11:12:47+0900
        - ProhibitUnusedImport: Workaround a PPI bug that misparses ternary op.

0.09
        - Released at 2018-10-31T09:10:59+0900
        - new Policy: ProhibitDuplicateSub

0.08
        - Released at 2018-10-16T09:05:01+0900
        - ProhibitUnusedImport: Ignore symbols with '+' prefix.
        - ProhibitUnusedInclude: now correctly detects a whole lot more modules.

0.07
        - Released at 2018-08-31T06:32:35+0900
        - ProhibitUnusedImport: fix a false positive case about reporting unused imported variables.

0.06
        - Release at 2018-08-29T23:13:58+0900
        - ProhibitUnusedImport: fix a case when it failed to extract the tokens in `qw()`

0.05
        - ProhibitUnusedImport: ignore Getopt::Long for it has special argument spec.
        - ProhibitUnusedConstant: avoid a case of false positive.

0.04
        - ProhibitUnusedImport: ignore all pragmas.
        - add: ProhibitExcessiveColons

0.03
        - add: ProhibitLargeBlock
        - add: ProhibitLargeTryBlock

0.02
	- minor

0.01
	- The beginning, with some primitive but useful new policies.