diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 22:34:43 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 22:34:43 +0200 |
| commit | ed6db15ae0c789a1077ff9795367bad21da02e59 (patch) | |
| tree | 9a39cb02821f49f06f94819e38c2b5f1e46bb3b2 /Xerl.pm | |
| parent | 36262b76ae9eb6448a25e83556092ac4a6b9704d (diff) | |
also require 4.14 here
Diffstat (limited to 'Xerl.pm')
| -rw-r--r-- | Xerl.pm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ package Xerl; use strict; use warnings; +use v5.14.0; + use CGI::Carp 'fatalsToBrowser'; use Time::HiRes 'gettimeofday'; |
