X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=1d91063f0833ac8aadb5163af1291ea7f94c1a4b;hb=41d0ab091f0df3e2c1eae2401545c07c3798f76f;hp=e3c55b187defa0b19dcdee85a6afd5d37cc4ce5a;hpb=dcc96c0a12c2478885ec21683d90f7be7446f792;p=gitmo%2FMooseX-Getopt.git diff --git a/Build.PL b/Build.PL index e3c55b1..1d91063 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.19', - 'Getopt::Long::Descriptive' => '0.07', + 'Moose' => '0.19', + 'Getopt::Long' => '2.34', }, optional => { },