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

index c2b80e0..cc2e19a 100644 (file)
@@ -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;