- New upstream release 2.000001
- Update for perl 5.22 warning categories
- Avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some
builds
- Also detect development directories based on .bzr directory
- Various test clean-ups
- Update %summary and %description to reflect that not all warnings are made
fatal by this module
- New upstream release 2.000000
- INCOMPATIBLE CHANGE:
- 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
- New upstream release 1.005006
- Fix extra checks triggering on paths starting with t, xt, lib, or blib
rather than only triggering on those directories
- Avoid stat checks for VCS directories until we are in an appropriately
named file
- Various clean-ups in test files
- New upstream release 1.005005
- Detect mercurial when checking for development trees
- Avoid using constant.pm to save a bit of memory on older perls
- Update to v2 metadata
- Fix skip on old perl on test script
- Extra prereqs will be listed as hard prerequisites if a compiler is
available
- Added support for PUREPERL_ONLY (CPAN RT#91407)
- Fixed using strictures->VERSION to query the version (CPAN RT#92965)
- Make sure meta files list extra modules as recommendations, not requirements
- Include minimum perl version in metadata
- This release by HAARG → update source URL
- Make %files list more explicit