From: Tomas Doran Date: Sat, 5 Sep 2009 08:32:14 +0000 (+0100) Subject: Bump version for release X-Git-Tag: 0.22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=ec78e900b6b7c5ff8b7b985eec81e06f32914bc1;hp=38b93252f56d60342f03d811bf1565b23eac7e3a Bump version for release --- diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 4550082..90a9d77 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.21'; +our $VERSION = '0.22'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");