dep
Yuval Kogman [Mon, 21 Jan 2008 16:44:21 +0000 (16:44 +0000)]
Build.PL

index 1d91063..e3c55b1 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' => '2.34',
+        'Moose'                     => '0.19',
+        'Getopt::Long::Descriptive' => '0.07',
     },
     optional => {
     },