* MooseX::Getopt: use explict Getopt::Long module.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser / Long.pm
index d0342ce..e697e1f 100644 (file)
@@ -5,9 +5,10 @@ use Moose;
 
 with 'MooseX::Getopt::Parser';
 
-use Getopt::Long;
 use MooseX::Getopt::OptionTypeMap;
 
+use Getopt::Long ();
+
 
 # Special configuration for parser
 has config => (