X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=c8e3df796d9af8053aa1735ad65a28b961da11a4;hb=a693340419bd7596e03694b66f1e5ab06dd9fee5;hp=992fba186f185d2d5ea185d1376ca082c44d863d;hpb=0710604fb69f44a3aeb66daf7863ea4eba69db0d;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 992fba1..c8e3df7 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ my $build = Module::Build->new( module_name => 'Catalyst', requires => { 'perl' => '5.8.1', - 'UNIVERSAL::require' => 0, + 'UNIVERSAL::require' => "0.10", 'Class::Accessor::Fast' => 0, 'Class::Data::Inheritable' => 0, 'CGI::Cookie' => 0,