add HTTP::Body dep
Matt S Trout [Tue, 15 Nov 2016 19:04:20 +0000 (19:04 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 6e24d30..10965a9 100644 (file)
--- 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
index af92644..e42c819 100644 (file)
@@ -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',