From 39f0632b6ac30ddb14133e4985d36b10775b8b73 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Jul 2013 16:48:37 -0400 Subject: lexical subs were introduced in 5.18 --- .travis.yml | 4 ---- lib/Exporter/Lexical.pm | 1 + 2 files changed, 1 insertion(+), 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; -- cgit v1.2.3-54-g00ecf