revert dep
Yuval Kogman [Tue, 22 Jan 2008 13:18:22 +0000 (13:18 +0000)]
Build.PL

index e3c55b1..1d91063 100644 (file)
--- 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 => {
     },