Require HTTP::Tiny >= 0.014
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Dec 2015 11:34:43 +0000 (13:34 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Dec 2015 11:48:42 +0000 (13:48 +0200)
Makefile.PL

index 6dbd1dc891defb4a8c22f9704d15827587ed1582..33bab6bb18646eb372609508c93633b9e46c1ac6 100644 (file)
@@ -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         => {
This page took 0.010622 seconds and 4 git commands to generate.