X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=89496f23f5555cc1b4eba92695609195fabf9acf;hb=777ffe5c5d240bdb878e027051319dfaddead347;hp=2eae5cf608fea8e6840723b2c1e13f7fd506ca63;hpb=fe61c5f5367de24b91420f49699ec49a358ecb06;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index 2eae5cf..89496f2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,16 +28,48 @@ my %WriteMakefileArgs = ( META_ADD => { prereqs => { + configure => { + requires => { + 'ExtUtils::MakeMaker' => 0, + }, + }, runtime => { requires => { - 'Syntax::Keyword::Gather' => '1.001', - 'Plack' => '0.9968', + 'Carp' => '0', + 'Encode' => '0', # not core in 5.6 + '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', # not core in 5.6 + 'Sub::Quote' => '0', + 'Syntax::Keyword::Gather' => '1.001', + 'URI' => '0', + 'base' => '0', + 'overload' => '0', + 'strictures' => '1', + '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*' ] },