WritingPlugins added to main Man page
[catagits/Catalyst-Runtime.git] / Build.PL
index 40a7891..e7b5ba0 100644 (file)
--- 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',