Skip to content

Commit f07647f

Browse files
committed
more Kwalitee fixes
1 parent b52cfe5 commit f07647f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@
3636
2021-06-26 1.21 - fix link to issues
3737
2021-06-29 1.22 - replace re::is_regexp to ref() check for older perl versions
3838
2021-06-29 1.23 - fix "Search pattern not terminated"
39+
2021-07-06 1.24 - more Kwalitee fixes

MANIFEST.SKIP

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Makefile$
1212
Makefile\.mk$
1313
Makefile\.bin\.cfg$
1414
Makefile\.cfg$
15-
MYMETA
1615
MANIFEST.bak
1716
.gz
1817
.tar

Makefile.PL

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ WriteMakefile(
5959
OBJECT => join(" ",@$sources),
6060
test => {TESTS => 't/*.t t/*/*.t'},
6161

62+
(eval { ExtUtils::MakeMaker->VERSION(6.48) } ? (MIN_PERL_VERSION => 5.006) : ()),
63+
6264
(eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
6365
'meta-spec' => { version => 2 },
6466
resources => {

lib/HTML5/DOM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
1717
use HTML5::DOM::CSS;
1818
use HTML5::DOM::TokenList;
1919

20-
our $VERSION = '1.23';
20+
our $VERSION = '1.24';
2121
require XSLoader;
2222

2323
# https://developer.mozilla.org/pl/docs/Web/API/Element/nodeType

0 commit comments

Comments
 (0)