projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
30ed85f
)
Added $VERSION and $AUTHORITY to MX/Getopt.pm again.
Shlomi Fish [Sun, 23 Aug 2009 21:23:16 +0000 (
00:23
+0300)]
lib/MooseX/Getopt.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt.pm
b/lib/MooseX/Getopt.pm
index
e57c141
..
8f5a46a
100644
(file)
--- a/
lib/MooseX/Getopt.pm
+++ b/
lib/MooseX/Getopt.pm
@@
-2,6
+2,9
@@
package MooseX::Getopt;
use Moose::Role;
+our $VERSION = '0.20';
+our $AUTHORITY = 'cpan:STEVAN';
+
use constant HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
my @roles = ('MooseX::Getopt::Basic');