summaryrefslogtreecommitdiff
path: root/Xerl/Page/Rules.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/Page/Rules.pm
parent6444bb641cef5e487655aec0b537be25b231091b (diff)
require perl v5.14
Diffstat (limited to 'Xerl/Page/Rules.pm')
-rw-r--r--Xerl/Page/Rules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Page/Rules.pm b/Xerl/Page/Rules.pm
index 8424e1a..c15ba3d 100644
--- a/Xerl/Page/Rules.pm
+++ b/Xerl/Page/Rules.pm
@@ -10,7 +10,7 @@ package Xerl::Page::Rules;
use strict;
use warnings;
-use v5.10.0;
+use v5.14.0;
use Xerl::Base;
use Xerl::XML::Element;