X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=bc9e77f1ee679b6826f226e0dd1cd031a8a9aad7;hb=dbd6b243d9481d628842f8cda4f5c7c604fbac33;hp=40a7891b4600bd157dd57c1085bc4644eb3e1273;hpb=fbcc39ad23f2bbecf5d84c9ba581e6af86fcd460;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 40a7891..bc9e77f 100644 --- a/Build.PL +++ b/Build.PL @@ -7,16 +7,17 @@ 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, 'HTML::Entities' => 0, - 'HTTP::Body' => 0, + 'HTTP::Body' => 0.03, 'HTTP::Headers' => 1.59, 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, + 'MIME::Types' => 0, 'Module::Pluggable::Fast' => 0.16, 'NEXT' => 0, 'Path::Class' => 0.09, @@ -27,9 +28,8 @@ my $build = Module::Build->new( 'Tree::Simple' => 0, 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, - 'URI::Query' => 0, }, - recommends => { 'Catalyst::Engine::Apache' => 0, }, + recommends => { 'Catalyst::Engine::Apache' => 0 }, create_makefile_pl => 'passthrough', create_readme => 1, script_files => [ glob('script/*') ],