summaryrefslogtreecommitdiff
path: root/lib/TUWF/XML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-07 12:37:37 +0100
committerYorhel <git@yorhel.nl>2011-02-07 12:37:37 +0100
commit9c495582494b64cf6efbdfcbd524a00d7485aa8f (patch)
treebfff366d7ff2aa389c78654289df312749fec86b /lib/TUWF/XML.pm
parent2252dcc305a2ef07d517dca14a15cae66e0ab505 (diff)
Added $VERSION variable and ChangeLog file
Makes CPAN users happy
Diffstat (limited to 'lib/TUWF/XML.pm')
-rw-r--r--lib/TUWF/XML.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/TUWF/XML.pm b/lib/TUWF/XML.pm
index 17aab13..668ea5e 100644
--- a/lib/TUWF/XML.pm
+++ b/lib/TUWF/XML.pm
@@ -10,6 +10,7 @@ use Exporter 'import';
use Carp 'carp', 'croak';
+our $VERSION = '0.1';
our(@EXPORT_OK, %EXPORT_TAGS, @htmltags, @htmlexport, @xmlexport, %htmlbool, $OBJ);