X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=e3c55b187defa0b19dcdee85a6afd5d37cc4ce5a;hb=913e7020b5a0f1426f91ce6b82e94ccbd616e1c5;hp=1a5fa23fb2802d50ed936c0b02c9a9704b8e1783;hpb=5dac17c3fb3f25ba558e70565462826017f0c91c;p=gitmo%2FMooseX-Getopt.git diff --git a/Build.PL b/Build.PL index 1a5fa23..e3c55b1 100644 --- a/Build.PL +++ b/Build.PL @@ -6,8 +6,8 @@ my $build = Module::Build->new( module_name => 'MooseX::Getopt', license => 'perl', requires => { - 'Moose' => '0.17', - 'Getopt::Long' => '0', + 'Moose' => '0.19', + 'Getopt::Long::Descriptive' => '0.07', }, optional => { },