summaryrefslogtreecommitdiff
path: root/Xerl/XML
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/XML
parent6444bb641cef5e487655aec0b537be25b231091b (diff)
require perl v5.14
Diffstat (limited to 'Xerl/XML')
-rw-r--r--Xerl/XML/SAXHandler.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/XML/SAXHandler.pm b/Xerl/XML/SAXHandler.pm
index 45d6969..7bcb3f0 100644
--- a/Xerl/XML/SAXHandler.pm
+++ b/Xerl/XML/SAXHandler.pm
@@ -12,7 +12,7 @@ use base qw(XML::SAX::Base);
use strict;
use warnings;
-use 5.10.0;
+use 5.14.0;
use Data::Dumper;