X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=47def6d0e4d85a9a5eb4b51c6d64d01ea5b9a8ae;hb=29d038983d1a2537a404dd78e7c255cc38318e84;hp=37a5d3439b9e8291d928916d1b9c89d09751dbe4;hpb=06d08882e3f600b0bef9e9bd70747b22b0b6290c;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index 37a5d34..47def6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings FATAL => 'all'; -use 5.008001; +use 5.006; use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; @@ -35,26 +35,13 @@ my %WriteMakefileArgs = ( }, runtime => { requires => { - 'Carp' => '0', - 'Encode' => '0', - 'Exporter' => '0', - 'File::Glob' => '0', - 'HTTP::Body' => '0', - 'HTTP::Headers' => '0', - 'HTTP::Request' => '0', - 'IO::Handle' => '0', - 'MIME::Base64' => '0', + 'Encode' => '0', # not core in 5.6 + 'Exporter' => '5.57', # use Exporter 'import' 'Moo' => '0.009014', 'Plack' => '0.9968', - 'Scalar::Util' => '0', - 'Sub::Quote' => '0', + 'Scalar::Util' => '0', # not core in 5.6 'Syntax::Keyword::Gather' => '1.001', - 'URI' => '0', - 'base' => '0', - 'overload' => '0', - 'strict' => '0', 'strictures' => '1', - 'warnings' => '0', 'warnings::illegalproto' => '0', 'perl' => '5.006', }, @@ -62,9 +49,6 @@ my %WriteMakefileArgs = ( test => { requires => { 'Data::Dumper::Concise' => '2.020', - 'HTTP::Request::Common' => '0', - 'HTTP::Response' => '0', - 'Socket' => '0', 'Test::More' => '0.88', }, recommends => {