drop perl requirement to 5.8
[catagits/DOM-Tiny.git] / lib / DOM / Tiny / Entities.pm
index 54208f6..c3a32f8 100644 (file)
@@ -2,9 +2,10 @@ package DOM::Tiny::Entities;
 
 use strict;
 use warnings;
-use utf8;
 use Exporter 'import';
 
+our $VERSION = '0.001';
+
 our @EXPORT_OK = qw(html_unescape xml_escape);
 
 # To generate a new HTML entity table run this command