Skip to content

Commit 4a89151

Browse files
committed
fix bugtracker link
1 parent dba9a56 commit 4a89151

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
- fix bugtracker url
3232
- new collection methods: uniq, grep, head, tail, slice, shuffle, reverse
3333
- added regexp/callback support to $collection->first
34+
- update modest
35+
2020-12-12 1.20 - fix link to issues

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ WriteMakefile(
6565
repository => {
6666
type => 'git',
6767
url => 'https://github.com/Azq2/perl-html5-dom.git',
68-
web => 'https://github.com/Azq2/perl-html5-dom',
69-
bugtracker => 'https://github.com/Azq2/perl-html5-dom/issues'
68+
web => 'https://github.com/Azq2/perl-html5-dom'
7069
},
70+
bugtracker => 'https://github.com/Azq2/perl-html5-dom/issues'
7171
}}) : ()
7272
),
7373
);

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.19';
20+
our $VERSION = '1.20';
2121
require XSLoader;
2222

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

0 commit comments

Comments
 (0)