From: Tomas Doran Date: Thu, 27 Aug 2009 00:39:59 +0000 (+0100) Subject: Bump versions X-Git-Tag: 0.21~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=a0697e31416fe1ae65c9933821f453a1adf9d455 Bump versions --- diff --git a/ChangeLog b/ChangeLog index aa7ab45..7b0018b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Revision history for Perl extension MooseX-Getopt +0.21 Thu. Aug 27 2009 * MooseX::Getopt - Enable and document the argv parameter to the constructor. - Applied patches in RT43200 and RT43255 diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 6c1100c..4550082 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -11,7 +11,7 @@ use Carp (); use Getopt::Long (); # GLD uses it anyway, doesn't hurt use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive }; -our $VERSION = '0.20'; +our $VERSION = '0.21'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");