File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 36362021-06-26 1.21 - fix link to issues
37372021-06-29 1.22 - replace re::is_regexp to ref() check for older perl versions
38382021-06-29 1.23 - fix "Search pattern not terminated"
39+ 2021-07-06 1.24 - more Kwalitee fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Makefile$
1212Makefile\.mk$
1313Makefile\.bin\.cfg$
1414Makefile\.cfg$
15- MYMETA
1615MANIFEST.bak
1716.gz
1817.tar
Original file line number Diff line number Diff 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 => {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
1717use HTML5::DOM::CSS;
1818use HTML5::DOM::TokenList;
1919
20- our $VERSION = ' 1.23 ' ;
20+ our $VERSION = ' 1.24 ' ;
2121require XSLoader;
2222
2323# https://developer.mozilla.org/pl/docs/Web/API/Element/nodeType
You can’t perform that action at this time.
0 commit comments