From: Karen Etheridge Date: Sun, 7 Apr 2013 17:45:09 +0000 (-0700) Subject: changelog for "pack" command X-Git-Tag: v0.009015~2^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=7825a0205cca3efc04df19a3fd287de641d1fc9d changelog for "pack" command --- diff --git a/Changes b/Changes index 12508af..a81e640 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for App-FatPacker + - new 'pack' command, to do everything in one command (thanks, miyagawa!) + (RT#84415) + 0.009014 - 2013-04-03 - avoid fatal error when lib/ doesn't exist (now it is simply skipped) (RT#84413, miyagawa)