The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.23_01 - 2016-12-06

  • 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.

Modules

check for HTML errors in a string or file
Error object for the Lint functionality
Rules for HTML 4 as used by HTML::Lint.
Parser for HTML::Lint. No user-serviceable parts inside.
Test::More-style wrapper around HTML::Lint