Skip to content

Commit

Permalink
fix Kwalitee issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jul 6, 2021
1 parent f07647f commit cb252ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
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
2021-07-06 1.25 - more Kwalitee fixes
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Makefile\.mk$
Makefile\.bin\.cfg$
Makefile\.cfg$
MANIFEST.bak
MYMETA.*?$
.gz
.tar
.md
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.24';
our $VERSION = '1.25';
require XSLoader;

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

0 comments on commit cb252ab

Please sign in to comment.