From 5ee7ed5ac7cdd7f873f4af3c95bf087bb6b5c0f0 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Wed, 6 Jul 2016 14:19:25 -0500 Subject: [PATCH] add CGI, not in perl core after 5.22 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cbee7e6fa..4befb9b9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ addons: install: #These are recommended or required Perl libraries: - - "cpanm GD 2>&1 | tail -n 1" + - "cpanm GD 2>&1 CGI | tail -n 1" - "cpanm HTML::TableExtract DBI Data::Stag DB_File 2>&1 | tail -n 1" - "cpanm DBD::mysql DBD::Pg DBD::SQLite 2>&1 | tail -n 1" - "cpanm Algorithm::Munkres Array::Compare Convert::Binary::C Error 2>&1 | tail -n 1" -- 2.11.4.GIT