X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a51c96f2fcf90c46537ec04b9fe920ba0b9375ad;hb=8040005c9eb24e5464bc46962aa03f5df6117403;hp=13b23499656f7146a18e307867187dac9738ced0;hpb=f89d088e61d1ee47ddbd6e3e81e65a1d58418656;p=gitmo%2FPackage-DeprecationManager.git diff --git a/Changes b/Changes index 13b2349..a51c96f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,24 @@ +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