X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=bc9e77f1ee679b6826f226e0dd1cd031a8a9aad7;hb=da02e23a305c939c9bdc2da328a5ba9cf1302558;hp=e7b5ba0ce0ec7ed86aa7b7ec2c7936b2c0dc7f6c;hpb=915d98de77e7ca8e209e3ccc608148edcd45c2f5;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index e7b5ba0..bc9e77f 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, @@ -29,7 +29,7 @@ my $build = Module::Build->new( 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, }, - recommends => { 'Catalyst::Engine::Apache' => 0, }, + recommends => { 'Catalyst::Engine::Apache' => 0 }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ],