summaryrefslogtreecommitdiff
path: root/Xerl.pm
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 22:34:43 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 22:34:43 +0200
commited6db15ae0c789a1077ff9795367bad21da02e59 (patch)
tree9a39cb02821f49f06f94819e38c2b5f1e46bb3b2 /Xerl.pm
parent36262b76ae9eb6448a25e83556092ac4a6b9704d (diff)
also require 4.14 here
Diffstat (limited to 'Xerl.pm')
-rw-r--r--Xerl.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xerl.pm b/Xerl.pm
index cae7543..fe9b873 100644
--- a/Xerl.pm
+++ b/Xerl.pm
@@ -10,6 +10,8 @@ package Xerl;
use strict;
use warnings;
+use v5.14.0;
+
use CGI::Carp 'fatalsToBrowser';
use Time::HiRes 'gettimeofday';