summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 16:48:37 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 16:48:57 -0400
commit39f0632b6ac30ddb14133e4985d36b10775b8b73 (patch)
tree1184a3776c6ad7a58336d94cfa7a77409878ca33
parent385643c4bfb1701e89abff709e4d6632eceb6f32 (diff)
downloadexporter-lexical-39f0632b6ac30ddb14133e4985d36b10775b8b73.tar.gz
exporter-lexical-39f0632b6ac30ddb14133e4985d36b10775b8b73.zip
lexical subs were introduced in 5.18
-rw-r--r--.travis.yml4
-rw-r--r--lib/Exporter/Lexical.pm1
2 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e9f133b..cab2bd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,6 @@ language: perl
perl:
- "5.19"
- "5.18"
- - "5.16"
- - "5.14"
- - "5.12"
- - "5.10"
install:
- cpanm -q --notest Dist::Zilla
- dzil authordeps --missing | cpanm -q --notest
diff --git a/lib/Exporter/Lexical.pm b/lib/Exporter/Lexical.pm
index 1f3fdf6..411c168 100644
--- a/lib/Exporter/Lexical.pm
+++ b/lib/Exporter/Lexical.pm
@@ -1,6 +1,7 @@
package Exporter::Lexical;
use strict;
use warnings;
+use 5.018;
# ABSTRACT: exporter for lexical subs
use XSLoader;