summaryrefslogtreecommitdiff
path: root/Xerl/Main/Global.pm
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 22:00:16 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 22:00:16 +0200
commita85557e56e6c057e9057a23983586b6d712f2c6c (patch)
tree1710d2e4e952a698e16ce560e6d75e0a74abad28 /Xerl/Main/Global.pm
parent6444bb641cef5e487655aec0b537be25b231091b (diff)
require perl v5.14
Diffstat (limited to 'Xerl/Main/Global.pm')
-rw-r--r--Xerl/Main/Global.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Main/Global.pm b/Xerl/Main/Global.pm
index e1a4a44..5ed8567 100644
--- a/Xerl/Main/Global.pm
+++ b/Xerl/Main/Global.pm
@@ -10,7 +10,7 @@ package Xerl::Main::Global;
use strict;
use warnings;
-use v5.10.0;
+use v5.14.0;
sub SHUTDOWN {
exit 0;