summaryrefslogtreecommitdiff
path: root/index.fpl
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 /index.fpl
parent6444bb641cef5e487655aec0b537be25b231091b (diff)
require perl v5.14
Diffstat (limited to 'index.fpl')
-rwxr-xr-xindex.fpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.fpl b/index.fpl
index 3fa5150..1cfcb5d 100755
--- a/index.fpl
+++ b/index.fpl
@@ -10,7 +10,7 @@
use strict;
use warnings;
-use v5.10.0;
+use v5.14.0;
use Xerl;