Changes for version 1.999_002 - 2015-02-05
- Fix incompatibility with perl 5.6
Changes for version 1.999_001 - 2015-02-01
- Incompatible Changes
- strictures 2 fatalizes only a subset of warnings. Some warning categories are not safe to catch, or just inappropriate to have fatal. Existing code looking like 'use strictures 1;' will continue to get the old behavior of fatalizing all errors. The new behavior will take effect when no version or version 2 is specified.
Modules
turn on strict and make all warnings fatal
enable or disable strictures additional checks