X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=0c29696f5eb217536e014ccb1da497d33b414b98;hb=04e5fb839ae776b17d6409f728cf3f0e1eb4c795;hp=40a7891b4600bd157dd57c1085bc4644eb3e1273;hpb=fbcc39ad23f2bbecf5d84c9ba581e6af86fcd460;p=catagits%2FCatalyst-Runtime.git diff --git a/Build.PL b/Build.PL index 40a7891..0c29696 100644 --- a/Build.PL +++ b/Build.PL @@ -17,6 +17,7 @@ my $build = Module::Build->new( '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',