summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
parent385643c4bfb1701e89abff709e4d6632eceb6f32 (diff)
downloadexporter-lexical-39f0632b6ac30ddb14133e4985d36b10775b8b73.tar.gz
exporter-lexical-39f0632b6ac30ddb14133e4985d36b10775b8b73.zip
lexical subs were introduced in 5.18
Diffstat (limited to 'lib')
-rw-r--r--lib/Exporter/Lexical.pm1
1 files changed, 1 insertions, 0 deletions
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;