X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=062430d3ecf0defcb7e17954417ce91839a9037d;hb=refs%2Ftags%2Fv0.42;hp=ce9dc73f7dbb1793548e8c31d3539439d222c7fd;hpb=ab59e6972dd397d1e96b82bcee4f11c15f1d5b8b;p=gitmo%2FMooseX-Getopt.git diff --git a/Changes b/Changes index ce9dc73..062430d 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,16 @@ Revision history for Perl extension MooseX-Getopt + {{$NEXT}} + +0.42 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 - Now bails with exit status 0, rather than dying, when printing - --usage/--help information. (Karen Etheridge) + requested --usage/--help information (usage printed via invalid arguments + will still die, however). (Karen Etheridge) 0.40 2012-04-13 - Fix tests when MooseX::ConfigFromFile is installed, with