From: Stevan Little Date: Tue, 25 Apr 2006 00:04:22 +0000 (+0000) Subject: mooooooooooose X-Git-Tag: 0_05~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c41b1b3bca82fca37cfa1c6fdfccd21317de80f;p=gitmo%2FMoose.git mooooooooooose --- diff --git a/Build.PL b/Build.PL index 230f48b..5fc1351 100644 --- a/Build.PL +++ b/Build.PL @@ -8,10 +8,10 @@ my $build = Module::Build->new( requires => { 'Scalar::Util' => '1.18', 'Carp' => '0', - 'Class::MOP' => '0.25', + 'Class::MOP' => '0.26', 'Sub::Name' => '0.02', - 'UNIVERSAL::require' => '0', - 'Sub::Exporter' => '0', # update this when rjbs releases + 'UNIVERSAL::require' => '0.10', + 'Sub::Exporter' => '0.93', }, optional => { },