From: Dagfinn Ilmari Mannsåker Date: Wed, 10 Sep 2014 10:29:48 +0000 (+0100) Subject: Skip HTML tests if CGI is not installed (RT#98027) X-Git-Tag: v0.11021~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae4a60a5e735120964da07ffb73385b08bee94e1;p=dbsrgits%2FSQL-Translator.git Skip HTML tests if CGI is not installed (RT#98027) It's being evicted from core in 5.22. --- diff --git a/Changes b/Changes index b185495..5311175 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Changes for SQL::Translator + * Skip HTML tests if CGI is not installed (RT#98027) + 0.11020 2014-09-02 * Fix test failure if Test::PostgreSQL is installed but not working diff --git a/t/29html.t b/t/29html.t index 3796b4b..04fb30c 100644 --- a/t/29html.t +++ b/t/29html.t @@ -14,6 +14,7 @@ use SQL::Translator; BEGIN { maybe_plan(5, + 'CGI', 'HTML::Parser', 'SQL::Translator::Parser::MySQL', 'SQL::Translator::Producer::HTML');