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

NAME

Test::DoubleEncodedEntities::Entities - HTML 4.0 entities

SYNOPSIS

  # exports \@entities;
  use Test::DoubleEncodedEntities::Entities;

DESCRIPTION

Exports the one array \@entities that contains the HTML 5 entities as defined in $url on $date.

These are:

    @{[ join "\n\n", map { "=item $_"} @ent ]}

AUTHOR

Generated by Mark Fowler from http://www.w3.org/TR/html5/named-character-references.html

BUGS

Technically HTML5 is only a draft spec, so data in the module is subject to change without notice.

SEE ALSO

Test::DoubleEncodedEntities

$url