X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt.pm;h=2602a4a9fcd062c8e089e5a812b90ef4d019fefc;hp=6d1ab259d53bd5f405ac9689aefae29019e3d002;hb=6ac028c4d869259041b7c526071cf614ffb033fa;hpb=a4b6dc0b8777eabd4ac8101095476bfa0e281a66 diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 6d1ab25..2602a4a 100644 --- a/lib/MooseX/Getopt.pm +++ b/lib/MooseX/Getopt.pm @@ -8,7 +8,7 @@ use MooseX::Getopt::OptionTypeMap; use MooseX::Getopt::Meta::Attribute; use MooseX::Getopt::Meta::Attribute::NoGetopt; -our $VERSION = '0.06'; +our $VERSION = '0.07'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef');