From: Dagfinn Ilmari Mannsåker Date: Fri, 19 Feb 2016 12:14:45 +0000 (+0000) Subject: (trv) Allow threaded 5.8.8 to fail X-Git-Tag: 0.07046~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f57c450ed1822a07ffbe12a40ca97115ee03993;p=dbsrgits%2FDBIx-Class-Schema-Loader.git (trv) Allow threaded 5.8.8 to fail namespace::clean fails its tests if Sub::Name or Sub::Util is installed, see https://rt.cpan.org/Ticket/Display.html?id=107343. --- diff --git a/.travis.yml b/.travis.yml index fcfdcc4..b29d35d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -229,6 +229,10 @@ matrix: - perl: 5.8.3_nt - perl: 5.8.3_nt_mb + # namespace::clean breaks on threaded 5.8.8 + # https://rt.cpan.org/Ticket/Display.html?id=107343 + - perl: 5.8.8_thr_mb + # sourcing the files is *EXTREMELY* important - otherwise # no envvars will survive