From 62f3eb69aae5590320dcf26b13528c7cae9eff3c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 19 Dec 2015 13:34:43 +0200 Subject: [PATCH] Require HTTP::Tiny >= 0.014 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 6dbd1dc..33bab6b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ WriteMakefile( SIGN => 1, PREREQ_PM => { qw/HTML::TreeBuilder 0 - HTTP::Tiny 0/, + HTTP::Tiny 0.014/, # post_form was introduced in 0.014 ('Test::RequiresInternet' => 0) x !$has_br }, META_ADD => { -- 2.30.2