X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;fp=lib%2FMooseX%2FGetopt.pm;h=45500827477d2797774fbb69efd62a14381898d1;hp=6c1100ceaa980deab4d3d97d09acdd8ef0227ba8;hb=a0697e31416fe1ae65c9933821f453a1adf9d455;hpb=2c379a5cff8517fd7710698d9177c589bbe899b3 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");