Updateto 2.24
Upstream changes: 2.24 Wed Dec 7 22:20:13 CST 2016 Official release. No changes from 2.23_01. 2.23_01 Tue Dec 6 22:48:56 CST 2016 [ENHANCEMENTS] Added detection of unknown HTML entities, like "known &unclosed &entities are not found". Also fixes the case where HTML::Lint gets confused by an entity like "²" which it thought was an unterminated "⊃" entity. Thanks, Klaus S. Madsen. [FIXES] Errors of the type doc-tag-required did not come out in any defined order. They are now sorted by tag name. This was discovered because hash randomization caused tests to fail on Perl 5.18 and above. Thanks, Slaven Rezic, Andrew Main and Lisa Hare. Handle some warnings that get thrown if certain values are undef. Thanks, Yves Lavoie. Handle characters that are not handled by HTML::Entities. (GitHub issue #13) Thanks, Tim Landscheidt. [INTERNALS] Add a test to verify a fixed bug. Thanks to Lance Wicks as part of the CPAN Pull Request Challenge.
This commit is contained in:
parent
53d195e9f6
commit
175f0348cb
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.14 2016/06/08 19:25:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2016/12/17 02:53:10 wen Exp $
|
||||
|
||||
DISTNAME= HTML-Lint-2.22
|
||||
DISTNAME= HTML-Lint-2.24
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2015/11/04 02:47:08 agc Exp $
|
||||
$NetBSD: distinfo,v 1.7 2016/12/17 02:53:10 wen Exp $
|
||||
|
||||
SHA1 (HTML-Lint-2.22.tar.gz) = 03564d0c4dd8a1236ffafd9b7ca8385c37145515
|
||||
RMD160 (HTML-Lint-2.22.tar.gz) = ced5aecdb64efbede0f9dc9d2752afe41d5209d8
|
||||
SHA512 (HTML-Lint-2.22.tar.gz) = 9bd4ed5df27ba232e886f4017d54637020fcf22ed31794e5b3121fdd147215af95e29c10330bc892dea84bf4f90b467523fd8c31792461873cbea5eacd058bf4
|
||||
Size (HTML-Lint-2.22.tar.gz) = 26468 bytes
|
||||
SHA1 (HTML-Lint-2.24.tar.gz) = ddf2a870a7cc9501c1a4b2b391bc5be051ba3b7d
|
||||
RMD160 (HTML-Lint-2.24.tar.gz) = 58ac8bc9a7a19308f220d50927fb0db992f7c45f
|
||||
SHA512 (HTML-Lint-2.24.tar.gz) = be854454d27605d81edfc6880bacb304b8b0603176977f01c852cb2136b13c4a66cbe4e3cefaf8255580edc486adf21f3d1c193acf9db84f1305004921443614
|
||||
Size (HTML-Lint-2.24.tar.gz) = 27666 bytes
|
||||
|
|
Loading…
Reference in a new issue