From: Karen Etheridge Date: Sun, 15 Apr 2012 15:52:25 +0000 (-0700) Subject: be more specific about the 0.41 change X-Git-Tag: v0.42~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b29aeb8524c1483e4513e1de850f587c5140c177;p=gitmo%2FMooseX-Getopt.git be more specific about the 0.41 change --- diff --git a/Changes b/Changes index 5131be3..40d56ed 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,8 @@ Revision history for Perl extension MooseX-Getopt 0.41 2012-04-14 18:36:00 PDT-0700 - Now bails with exit status 0, rather than dying, when printing - --usage/--help information. (Karen Etheridge) + requested --usage/--help information (usage printed via invalid arguments + will still die, however). (Karen Etheridge) 0.40 2012-04-13 - Fix tests when MooseX::ConfigFromFile is installed, with