X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=6de9599a1c166b29d8828af71e22ed29c97e17e1;hb=fff9a1f87fa035f2810fd2f621c71d8ff94590e6;hp=5559c5d91974a8098bc229fa4d324816b09b1769;hpb=dfad990c26200a4de4f0511ae29b8191d4a4597c;p=gitmo%2FMooseX-Getopt.git diff --git a/ChangeLog b/ChangeLog index 5559c5d..6de9599 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,21 @@ Revision history for Perl extension MooseX-Getopt + * MooseX::Getopt::Strict + - Make it work with Getopt attribute traits in addition to + attribute metaclasses. + +0.27 Sun. Feb 10 2010 + * Makefile.PL: + - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to + avoid test failures. + * MooseX::Getopt::Dashes - - Document that using a cmd_flag argument to attributes can be used to - override the tr/_/-/ replacement ::Dashes does on attribute names + - Document that using a cmd_flag argument to attributes can be used to + override the tr/_/-/ replacement ::Dashes does on attribute names 0.26 Thu. Dec 10 2009 * MooseX::Getopt::Basic - - Fix bug with attribute names containing upper case letters. + - Fix bug with attribute names containing upper case letters. * Test suite: - Add t/106_no_ignore_case.t for testing the compatibility with no_ignore_case