X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c592bad06624b7c5af0522642f230879f0379f4f;hb=f71de05bfc734164ff63358ad1ba53ef201f73e3;hp=297d89378bddffa71956974615a0ba3c47347762;hpb=ebd96f900bd11342e08ef7d14da9a89c57be7c91;p=gitmo%2FPackage-DeprecationManager.git diff --git a/Changes b/Changes index 297d893..c592bad 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,44 @@ +0.09 2010-10-17 + +- Added a compilation test, because otherwise all test files could not end up + doing skip_all, which may make smokers and test harnesses unhappy. + + +0.08 2010-10-15 + +- Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173. + + +0.07 2010-10-15 + +- The use of regular expressions in ignores didn't really work in 0.06. + +- Added missing dep on List::MoreUtils. + +- Replaced Test::Warn with Test::Output in the tests, and made the tests + actually test what I think they should be testing. + + +0.06 2010-10-14 + +- The -ignore parameter now accepts regular expressions as well as package + names. + + +0.05 2010-10-14 + +- Fixed what looked like a bug in -ignore handling, although I couldn't seem + to write a test that triggered it. + +- Removed hard dep on Test::Warn for the benefit of Moose. + + +0.04 2010-07-14 + +- A single feature will now warn more than once if each warning consists of a + different error message. + + 0.03 2010-07-14 - Added an -ignore parameter when importing Package::DeprecationManager. This