From: Tomas Doran Date: Thu, 26 Nov 2009 00:21:09 +0000 (+0000) Subject: Bump version X-Git-Tag: 0.25~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=89543df300c7060f7b90c8a5e322271884c87da1 Bump version --- diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index b942d84..5c72fcd 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.24'; +our $VERSION = '0.25'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");