projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1546035
)
Fix this not having a $VERSION
Tomas Doran [Thu, 26 Nov 2009 22:41:47 +0000 (22:41 +0000)]
lib/MooseX/Getopt/Basic.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt/Basic.pm
b/lib/MooseX/Getopt/Basic.pm
index
721fd3f
..
e2d2740
100644
(file)
--- 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");