From: Karen Etheridge Date: Mon, 24 Dec 2012 02:09:46 +0000 (-0800) Subject: MooseX-Getopt-0.48 X-Git-Tag: v0.48^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.48 MooseX-Getopt-0.48 - documentation and tests amended to prefer usage of 'trait' over 'metaclass' as much as possible - print_usage_text() exposed as a public method, to make it easier for consuming classes to modify the behaviour when usage text is printed --- diff --git a/Changes b/Changes index 92df66d..33f4ead 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension MooseX-Getopt {{$NEXT}} + +0.48 2012-12-23 18:08:04 PST-0800 - documentation and tests amended to prefer usage of 'trait' over 'metaclass' as much as possible - print_usage_text() exposed as a public method, to make it easier for