X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=7f477f1037e46b23b4576075804e3746ab77172e;hp=3c65b43a522b6f465cbcd44c481dc63e85256fca;hb=6f4e1683d466d0123cc7507b29a55b474ddca594;hpb=5a8fd7e9d4cca2af0237e1659f061cc64618bfe6 diff --git a/Makefile.PL b/Makefile.PL index 3c65b43..7f477f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,12 +9,16 @@ WriteMakefile( CGI::Simple => 0, Class::Accessor::Fast => 0, Class::Data::Inheritable => 0, + HTTP::Daemon => 0, HTML::Entities => 0, HTTP::Headers => 0, - HTTP::Server::Simple => '0.04', + HTTP::Request => 0, + HTTP::Response => 0, + LWP::UserAgent => 0, Module::Pluggable::Fast => 0, Tree::Simple => 0, Tree::Simple::Visitor::FindByPath => 0, + URI => 0, } );