Skip to content

Commit

Permalink
more Kwalitee fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jul 6, 2021
1 parent b52cfe5 commit f07647f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@
2021-06-26 1.21 - fix link to issues
2021-06-29 1.22 - replace re::is_regexp to ref() check for older perl versions
2021-06-29 1.23 - fix "Search pattern not terminated"
2021-07-06 1.24 - more Kwalitee fixes
1 change: 0 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Makefile$
Makefile\.mk$
Makefile\.bin\.cfg$
Makefile\.cfg$
MYMETA
MANIFEST.bak
.gz
.tar
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ WriteMakefile(
OBJECT => join(" ",@$sources),
test => {TESTS => 't/*.t t/*/*.t'},

(eval { ExtUtils::MakeMaker->VERSION(6.48) } ? (MIN_PERL_VERSION => 5.006) : ()),

(eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML5/DOM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
use HTML5::DOM::CSS;
use HTML5::DOM::TokenList;

our $VERSION = '1.23';
our $VERSION = '1.24';
require XSLoader;

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

0 comments on commit f07647f

Please sign in to comment.