restore $VERSION to Tiny.pm
Matt S Trout [Sat, 9 Apr 2016 16:57:48 +0000 (16:57 +0000)]
lib/DOM/Tiny.pm

index ee4f311..6ccba6f 100644 (file)
@@ -4,6 +4,8 @@ use strict;
 use warnings;
 use base qw(Mojo::DOM58);
 
+our $VERSION = '0.004';
+
 1;
 
 =encoding utf8