projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
24e655d
)
GLD is a hard dep since 2008 anyway
Florian Ragwitz [Sat, 5 Jun 2010 10:13:59 +0000 (12:13 +0200)]
lib/MooseX/Getopt.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt.pm
b/lib/MooseX/Getopt.pm
index
c2b80e0
..
cc2e19a
100644
(file)
--- a/
lib/MooseX/Getopt.pm
+++ b/
lib/MooseX/Getopt.pm
@@
-3,9
+3,7
@@
package MooseX::Getopt;
use Moose::Role 0.56;
-use constant _HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
-
-with _HAVE_GLD ? 'MooseX::Getopt::GLD' : 'MooseX::Getopt::Basic';
+with 'MooseX::Getopt::GLD';
no Moose::Role;