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

Changes for version 2.27_03 - 2018-01-03

  • FIXES
    • Removed the text-invalid-entity and attr-invalid-entity, which were for entities that had an invalid numeric value, anything greater than &#65536. There is no longer a restriction on the numeric values of HTML entities. (GH#60)

Changes for version 2.27_02 - 2017-12-27

  • There are be no functionality changes since 2.27_01.
  • INTERNALS
    • Many Perl::Critic cleanups.

Changes for version 2.27_01 - 2017-12-22

  • ENHANCEMENTS
    • Adds checking of entities in attributes, not just text. Thanks, Klaus S. Madsen.
  • FIXES
    • Calling ->parsefile() would generate an error. Thanks, Shlomi Fish. (GH#58)
  • INTERNALS
    • Prepare for perl 5.26.0 which removes '.' from @INC. Thanks, Jim Keenan.
    • Fix disttest target. Thanks, Shlomi Fish.

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