From: Karen Etheridge Date: Sun, 15 Apr 2012 16:22:23 +0000 (-0700) Subject: these were actually trial releases X-Git-Tag: v0.43~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=309e2fb73e88f0927cd5dabe7c7823fe702fec32;p=gitmo%2FMooseX-Getopt.git these were actually trial releases --- diff --git a/Changes b/Changes index 062430d..3b8ff56 100644 --- a/Changes +++ b/Changes @@ -2,12 +2,12 @@ Revision history for Perl extension MooseX-Getopt {{$NEXT}} -0.42 2012-04-15 09:13:05 PDT-0700 +0.42-TRIAL 2012-04-15 09:13:05 PDT-0700 - reformatted the Changes file, with the help of CPAN::Changes, to something a little more standard. - more release-only tests added -0.41 2012-04-14 18:36:00 PDT-0700 +0.41-TRIAL 2012-04-14 18:36:00 PDT-0700 - Now bails with exit status 0, rather than dying, when printing requested --usage/--help information (usage printed via invalid arguments will still die, however). (Karen Etheridge)