X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=19b004d2e92696ca3a8caaf5306b6d7fa8dae5e2;hb=abd7cf010a3586c6c2d136525b528eecc5d48f2f;hp=a9be0d44a2aa2c94b33807f4b1b19cf25e4305fb;hpb=ac9c6c20d715fc944aed302dcd16bbeb71320eb8;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index a9be0d4..19b004d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,20 @@ + - 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) + - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL) + +0.03 2010-07-22 + - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07) + 0.02 2010-07-07 - fixed typo and doc bug on command usage.(miyagawa) - added `help' command for slightly better user experience(miyagawa)