summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 21:55:10 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-28 21:55:10 +0200
commit6444bb641cef5e487655aec0b537be25b231091b (patch)
treec07818cc638778db203e0f621c3894cd1bfb7234 /index.pl
parent7da5436ceb9179d107550f3f563b5119c1cf0310 (diff)
use v5.10.0
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 11c7f6e..da08756 100755
--- a/index.pl
+++ b/index.pl
@@ -10,6 +10,8 @@
use strict;
use warnings;
+use v5.10.0;
+
use Xerl;
use Socket;