X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=19b004d2e92696ca3a8caaf5306b6d7fa8dae5e2;hb=7a3662c8657b2d0b15a467e7b09cbd449bc5bb03;hp=a65b65401bb11815efca7319eb0642aae8d4a425;hpb=bb5ea74187d347fbee28edb73685cc5123d966f2;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index a65b654..19b004d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ + - Add repsoitory metadata to META.YML + +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)