X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ad85fc1e500f73ed1c53c1cec622d5730ca206bc;hb=4739bf24d315ea94f1d391ce6459e24fa61cfba9;hp=8643390556cfcac2928335cc2da733937e7b9cf8;hpb=3916f3ee764bbeecabf80811cea1150f45a07e30;p=gitmo%2FPackage-DeprecationManager.git diff --git a/Changes b/Changes index 8643390..ad85fc1 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,29 @@ + +NEXT + +- The test suite now uses Test::Fatal instead of Test::Exception. + +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