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=67725e9100d5bc1211fd09b7690fdc90814bc34f;hp=8a86c921ad98191f49e99324f630338c0f2a2f2d;hb=590c2587a91355885e6d512a3824c5e3caa97b0d;hpb=0e3f178a28d08d0d21cdf52b9a7aeec724e58616 diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 8a86c92..67725e9 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.18'; +our $VERSION = '0.20'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");