From: Yuval Kogman Date: Tue, 22 Jan 2008 13:18:22 +0000 (+0000) Subject: revert dep X-Git-Tag: 0_09~1^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=e82133eda6a6ea279c2ad318e11c1cade2561295 revert dep --- 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 => { },