Skip to content

Commit

Permalink
fix bugtracker link
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jun 26, 2021
1 parent dba9a56 commit 4a89151
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
- fix bugtracker url
- new collection methods: uniq, grep, head, tail, slice, shuffle, reverse
- added regexp/callback support to $collection->first
- update modest
2020-12-12 1.20 - fix link to issues
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ WriteMakefile(
repository => {
type => 'git',
url => 'https://github.com/Azq2/perl-html5-dom.git',
web => 'https://github.com/Azq2/perl-html5-dom',
bugtracker => 'https://github.com/Azq2/perl-html5-dom/issues'
web => 'https://github.com/Azq2/perl-html5-dom'
},
bugtracker => 'https://github.com/Azq2/perl-html5-dom/issues'
}}) : ()
),
);
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.19';
our $VERSION = '1.20';
require XSLoader;

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

0 comments on commit 4a89151

Please sign in to comment.