X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7d4bccc060221f4f6a77f6d483d2bd35fcb43f74;hb=b150707212285aa9a67390a15ececeb9ef204cdd;hp=d3af2fe979c8895968d37e05d9094e873d73136f;hpb=ba2137c64703fef6794a46919394f9b768f77f9b;p=gitmo%2FMooseX-Getopt.git diff --git a/Changes b/Changes index d3af2fe..7d4bccc 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,13 @@ Revision history for Perl extension MooseX-Getopt {{$NEXT}} + - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the + callstack. (RT#82249) + +0.49 2012-12-26 10:13:41 PST-0800 - silence a warning in tests if the user does not have YAML::XS installed (thanks for the report, Getty!) + - fix off-by-one issues in test plans if optional requirements are not met 0.48 2012-12-23 18:08:04 PST-0800 - documentation and tests amended to prefer usage of 'trait' over 'metaclass'