X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=393ebc0f3f129881fc5d24ae88ae29f30cc03ba2;hp=a7cc7bdc42b1b470964fcbb7f967fcb94b3894d6;hb=1d285816f88ccd8b81e733565ca4363140b75ec8;hpb=0700b0c29dd36b34a008b53fe4bf4c860359a2a2 diff --git a/Makefile.PL b/Makefile.PL index a7cc7bd..393ebc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,6 @@ my %META = ( 'Test::Fatal' => 0, 'Test::More' => '0.88', 'HTTP::Request::Common' => 0, - 'IO::Scalar' => 0, 'HTTP::Status' => 0, }, }, @@ -97,6 +96,10 @@ my %META = ( 'Pod::Coverage::TrustPod' => 0, 'Catalyst::Plugin::Params::Nested' => 0, 'Catalyst::Plugin::ConfigLoader' => 0, + 'Compress::Zlib' => 0, + 'Catalyst::Action::REST' => 0, + 'Type::Tiny' => 0, + 'Proc::ProcessTable' => 0, }, }, },