X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=dd69e5eba08a8b97e1bf47ca090fce1828a85f10;hb=3fdf85cab9fd27ad5e7d5141e197b9832d6b9394;hp=a65b65401bb11815efca7319eb0642aae8d4a425;hpb=bb5ea74187d347fbee28edb73685cc5123d966f2;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index a65b654..dd69e5e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +0.9.6 2011-01-18 + - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs + File::Path >= 2.07. + +0.9.5 2011-01-12 + - Avoid using done_testing so this works on older systems + 0.9.4 2011-01-12 - Die if open fails in @INC handler, reduces confusing errors (DGL) - RT #63466: Add ending newline if input lacks one (GUGOD)