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