use MooseX::Getopt::Meta::Attribute::NoGetopt;
+use Getopt::Long ();
+
+
our $VERSION = '0.150001';
our $AUTHORITY = 'cpan:STEVAN';
with 'MooseX::Getopt::Parser';
-use Getopt::Long::Descriptive;
use MooseX::Getopt::OptionTypeMap;
+use Getopt::Long::Descriptive ();
+
# Special configuration for parser
has config => (
with 'MooseX::Getopt::Parser';
-use Getopt::Long;
use MooseX::Getopt::OptionTypeMap;
+use Getopt::Long ();
+
# Special configuration for parser
has config => (