From: Dave Rolsky Date: Fri, 15 Oct 2010 01:24:33 +0000 (-0500) Subject: Changes for 0.07 X-Git-Tag: v0.07~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=11d64a4aeca3bb2a1a2c7cd0cd4f96edeb941dd6;p=gitmo%2FPackage-DeprecationManager.git Changes for 0.07 --- diff --git a/Changes b/Changes index 8643390..b992136 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +0.07 2010-10-14 + +- 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