added links to the traits
[gitmo/MooseX-Getopt.git] / Build.PL
index df1d611..790dcab 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,10 +6,11 @@ my $build = Module::Build->new(
     module_name => 'MooseX::Getopt',
     license => 'perl',
     requires => {   
-        'Moose'        => '0.19',
-        'Getopt::Long' => '2.36',
+        'Moose'        => '0.39',
+        'Getopt::Long' => '2.34',
     },
     optional => {
+        'Getopt::Long::Descriptive' => 0,
     },
     build_requires => {
         'Test::More'       => '0.62',