summaryrefslogtreecommitdiff
path: root/lib/TUWF/XML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
committerYorhel <git@yorhel.nl>2018-02-18 11:50:52 +0100
commit331ceb1fe4b4f950a3e561d9a760abb4744e32f4 (patch)
treea652e5df6486775708e6e6cdcdb264f2f7c68420 /lib/TUWF/XML.pm
parentf2e445b2ebce05b544c0682219e3f42db97ea94f (diff)
Year + Version bump for 1.2v1.2
Diffstat (limited to 'lib/TUWF/XML.pm')
-rw-r--r--lib/TUWF/XML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/XML.pm b/lib/TUWF/XML.pm
index 86d05b1..7730ab7 100644
--- a/lib/TUWF/XML.pm
+++ b/lib/TUWF/XML.pm
@@ -10,7 +10,7 @@ use Exporter 'import';
use Carp 'carp', 'croak';
-our $VERSION = '1.1';
+our $VERSION = '1.2';
our(@EXPORT_OK, %EXPORT_TAGS, $OBJ);
# List::Util provides a uniq() since 1.45, but for some reason my Perl comes