X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=lib%2FMooseX%2FGetopt%2FBasic.pm;h=e2d27404d7ddc2697539bb7715d10f2940d216e3;hp=721fd3fa2312102ccd1faa53e1be50046edd685d;hb=60321fa1aa5b3c94e62c54b70e8c74e3b7e675b0;hpb=15460353baa2bd45de9b8667926b9e0d67a8d4db diff --git a/lib/MooseX/Getopt/Basic.pm b/lib/MooseX/Getopt/Basic.pm index 721fd3f..e2d2740 100644 --- a/lib/MooseX/Getopt/Basic.pm +++ b/lib/MooseX/Getopt/Basic.pm @@ -9,6 +9,8 @@ use Carp (); use Getopt::Long (); +our $VERSION = '0.25'; + has ARGV => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt"); has extra_argv => (is => 'rw', isa => 'ArrayRef', metaclass => "NoGetopt");