X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d0833d7d572dfdf419152e710584e4ec00a9c766;hb=e202fd48ff22367bb28fd3aef438a301aa3e87a9;hp=d3af2fe979c8895968d37e05d9094e873d73136f;hpb=ba2137c64703fef6794a46919394f9b768f77f9b;p=gitmo%2FMooseX-Getopt.git diff --git a/Changes b/Changes index d3af2fe..d0833d7 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,20 @@ Revision history for Perl extension MooseX-Getopt {{$NEXT}} + - tests converted from using Path::Class to Path::Tiny + +0.51 2013-01-27 09:38:11 PST-0800 + - missing test prereqs now declared (thanks for the automated reports, David + Cantrell!) + +0.50 2012-12-27 00:20:56 PST-0800 + - 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'