From 6079dbab06544002b1f06509ae89bc43f10d7cb3 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 25 Sep 2014 20:08:10 +0200 Subject: [PATCH] Travis: Drop Perl 5.8, doesn't know about =encoding in POD --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00cb2c3..97bada5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ perl: - "5.14" - "5.12" - "5.10" - - "5.8" - before_install: - sudo apt-get update