GLD is a hard dep since 2008 anyway
[gitmo/MooseX-Getopt.git] / 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;