From: Karen Etheridge Date: Wed, 9 Jul 2014 15:59:41 +0000 (-0700) Subject: add back in the prereqs from 0.025, minus bad ones X-Git-Tag: v0.026_001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=013caf1c84b630ae608ccee66469299777ea9ee9 add back in the prereqs from 0.025, minus bad ones --- diff --git a/Makefile.PL b/Makefile.PL index 2eae5cf..e61e85d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,14 +30,43 @@ my %WriteMakefileArgs = ( prereqs => { runtime => { requires => { - 'Syntax::Keyword::Gather' => '1.001', - 'Plack' => '0.9968', + 'Carp' => '0', + 'Encode' => '0', + 'Exporter' => '0', + 'File::Glob' => '0', + 'HTTP::Body' => '0', + 'HTTP::Headers' => '0', + 'HTTP::Request' => '0', + 'IO::Handle' => '0', + 'MIME::Base64' => '0', 'Moo' => '0.009014', - 'warnings::illegalproto' => '0.001', - 'Data::Dumper::Concise' => '2.020', + 'Plack' => '0.9968', + 'Scalar::Util' => '0', + 'Sub::Quote' => '0', + 'Syntax::Keyword::Gather' => '1.001', + 'URI' => '0', + 'base' => '0', + 'overload' => '0', + 'strict' => '0', + 'strictures' => '1', + 'warnings' => '0', + 'warnings::illegalproto' => '0', 'perl' => '5.006', }, }, + test => { + requires => { + 'Data::Dumper::Concise' => '2.020', + 'HTTP::Request::Common' => '0', + 'HTTP::Response' => '0', + 'Socket' => '0', + 'Test::More' => '0.88', + }, + recommends => { + 'Devel::Cycle' => '0', + 'HTTP::Request::AsCGI' => '0', + }, + }, }, }, realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },