projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
60321fa
)
Revert "Fix this not having a $VERSION"
Tomas Doran [Mon, 30 Nov 2009 09:33:42 +0000 (09:33 +0000)]
Not needed after deletions and reindex - MX::Getopt::Basic does not have
a $VERSION symbol.
This reverts commit
60321fa1aa5b3c94e62c54b70e8c74e3b7e675b0
.
lib/MooseX/Getopt/Basic.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt/Basic.pm
b/lib/MooseX/Getopt/Basic.pm
index
e2d2740
..
721fd3f
100644
(file)
--- a/
lib/MooseX/Getopt/Basic.pm
+++ b/
lib/MooseX/Getopt/Basic.pm
@@
-9,8
+9,6
@@
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");