X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=e7b5ba0ce0ec7ed86aa7b7ec2c7936b2c0dc7f6c;hb=20ef3d59a2df61b6e59a69cc50c4c05221a10671;hp=40a7891b4600bd157dd57c1085bc4644eb3e1273;hpb=fbcc39ad23f2bbecf5d84c9ba581e6af86fcd460;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 40a7891..e7b5ba0 100644 --- a/Build.PL +++ b/Build.PL @@ -12,11 +12,12 @@ my $build = Module::Build->new( '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,7 +28,6 @@ my $build = Module::Build->new( 'Tree::Simple' => 0, 'Tree::Simple::Visitor::FindByPath' => 0, 'URI' => 1.35, - 'URI::Query' => 0, }, recommends => { 'Catalyst::Engine::Apache' => 0, }, create_makefile_pl => 'passthrough',