added cmd_alias to accomplish "verbose|debug|v|d" sort of stuff
[gitmo/MooseX-Getopt.git] / Build.PL
index 1a5fa23..2b51fe1 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -7,7 +7,7 @@ my $build = Module::Build->new(
     license => 'perl',
     requires => {   
         'Moose'        => '0.17',
-        'Getopt::Long' => '0',
+        'Getopt::Long' => '2.36',
     },
     optional => {
     },