summaryrefslogtreecommitdiffstats
path: root/lib/Exporter/Lexical.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Exporter/Lexical.pm')
-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;