The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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.