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=3dfd63245c9c4617141655181fb3c58de4baa87a;hp=0c16a20154114a6309e89e6499eb173c219a9640;hb=384fb15d47f2d28e63951b5f5e6be6df28bb87c8;hpb=ee69c4ba080aacb8eaa084320e9f96bb1ab40c9f diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index 0c16a20..3dfd632 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.07'; +our $VERSION = '0.08'; our $AUTHORITY = 'cpan:STEVAN'; has ARGV => (is => 'rw', isa => 'ArrayRef');