* MooseX::Getopt: use explict Getopt::Long module.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt.pm
index fae2483..8d0acd3 100644 (file)
@@ -12,6 +12,9 @@ use MooseX::Getopt::Meta::Attribute;
 use MooseX::Getopt::Meta::Attribute::NoGetopt;
 
 
+use Getopt::Long ();
+
+
 our $VERSION   = '0.150001';
 our $AUTHORITY = 'cpan:STEVAN';