Fixed Catalyst::Test to not throw a exception when the appclass can't be required
[catagits/Catalyst-Runtime.git] / Build.PL
index 40a7891..0c29696 100644 (file)
--- 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',