From: Florian Ragwitz Date: Sat, 5 Jun 2010 10:13:59 +0000 (+0200) Subject: GLD is a hard dep since 2008 anyway X-Git-Tag: 0.28~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75434e7878809139d30371ec0f28f52de9e94dcc;p=gitmo%2FMooseX-Getopt.git GLD is a hard dep since 2008 anyway --- diff --git a/lib/MooseX/Getopt.pm b/lib/MooseX/Getopt.pm index c2b80e0..cc2e19a 100644 --- 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;