projects
/
catagits/DOM-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
21ac232
)
Bump version
master
Matt S Trout [Mon, 1 Aug 2016 16:10:48 +0000 (16:10 +0000)]
lib/DOM/Tiny.pm
patch
|
blob
|
blame
|
history
lib/DOM/Tiny/Entities.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DOM/Tiny.pm
b/lib/DOM/Tiny.pm
index
ceb1eef
..
3a2ca00
100644
(file)
--- a/
lib/DOM/Tiny.pm
+++ b/
lib/DOM/Tiny.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use base qw(Mojo::DOM58);
-our $VERSION = '0.005';
+our $VERSION = '0.006';
1;
diff --git
a/lib/DOM/Tiny/Entities.pm
b/lib/DOM/Tiny/Entities.pm
index
5214561
..
990c16b
100644
(file)
--- a/
lib/DOM/Tiny/Entities.pm
+++ b/
lib/DOM/Tiny/Entities.pm
@@
-5,7
+5,7
@@
use warnings;
use Exporter 'import';
use Mojo::DOM58::Entities qw(html_escape html_unescape);
-our $VERSION = '0.005';
+our $VERSION = '0.006';
our @EXPORT_OK = qw(html_escape html_unescape);