X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=790dcabafda6f0ef88b49526488a640b1b47e8a2;hb=9f1ec7c0c8860dae99efddfcbba9b30b4dd4bb3f;hp=1d91063f0833ac8aadb5163af1291ea7f94c1a4b;hpb=e82133eda6a6ea279c2ad318e11c1cade2561295;p=gitmo%2FMooseX-Getopt.git diff --git a/Build.PL b/Build.PL index 1d91063..790dcab 100644 --- 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', + 'Moose' => '0.39', 'Getopt::Long' => '2.34', }, optional => { + 'Getopt::Long::Descriptive' => 0, }, build_requires => { 'Test::More' => '0.62',