X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=4a8f154d327fb4af8324d98147eda0076b008468;hb=ceeaabeb2c434c734638bab55c728647c34d2c9a;hp=0962414d3efa71b9c765f01c74435b1f3711ab43;hpb=15460353baa2bd45de9b8667926b9e0d67a8d4db;p=gitmo%2FMooseX-Getopt.git diff --git a/ChangeLog b/ChangeLog index 0962414..4a8f154 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ Revision history for Perl extension MooseX-Getopt + * 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 + +0.26 Thu. Dec 10 2009 + * MooseX::Getopt::Basic + - 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 + 0.25 Thu. Nov 26 2009 * MooseX::Getopt - Split out the warnings and the exception from Getopt so that they can be