X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=Build.PL;h=1d91063f0833ac8aadb5163af1291ea7f94c1a4b;hp=e3c55b187defa0b19dcdee85a6afd5d37cc4ce5a;hb=e82133eda6a6ea279c2ad318e11c1cade2561295;hpb=9287e912cad9928e90e2d0a589350c0332560ffb 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 => { },