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 --- lib/Exporter/Lexical.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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