From: Matt S Trout Date: Tue, 15 Nov 2016 19:04:20 +0000 (+0000) Subject: add HTTP::Body dep X-Git-Tag: v0.032~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=875369968c3a01c0600cb699aab925d20fad8bcc add HTTP::Body dep --- diff --git a/Changes b/Changes index 6e24d30..10965a9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Web-Simple + - add HTTP::Body dep + 0.031 - 2015-08-14 - rewrite docs to use string form first - handle empty query parameters diff --git a/Makefile.PL b/Makefile.PL index af92644..e42c819 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,6 +39,7 @@ my %WriteMakefileArgs = ( 'Exporter' => '5.57', # use Exporter 'import' 'Moo' => '0.009014', 'Plack' => '0.9968', + 'HTTP::Body' => '1.22', 'Scalar::Util' => '0', # not core in 5.6 'Syntax::Keyword::Gather' => '1.001', 'strictures' => '1',