X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=bc9e77f1ee679b6826f226e0dd1cd031a8a9aad7;hb=05850e06de30638a8aca661a2c38fa45493fc6bd;hp=992fba186f185d2d5ea185d1376ca082c44d863d;hpb=0710604fb69f44a3aeb66daf7863ea4eba69db0d;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 992fba1..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, JSAN => 0 }, + recommends => { 'Catalyst::Engine::Apache' => 0 }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ],