HTML-Element-Tiny
view release on metacpan or search on metacpan
lib/HTML/Element/Tiny.pm view on Meta::CPAN
456789101112131415161718192021222324package
HTML::Element::Tiny;
$VERSION
=
'0.006'
;
use
5.004;
BEGIN {
# @TAGS =
# qw( a abbr acronym address area b base bdo big blockquote body br
# button caption cite code col colgroup dd del div dfn dl dt em
# fieldset form frame frameset h1 h2 h3 h4 h5 h6 head hr html i
# iframe img input ins kbd label legend li link map meta noframes
# noscript object ol optgroup option p param pre q samp script select
# small span strong style sub sup table tbody td textarea tfoot th
# thead title tr tt ul var );
%DEFAULT_CLOSED
=
map
{
$_
=> 1 }
qw( area base br col frame hr img input meta param link )
;
%DEFAULT_NEWLINE
=
map
{
$_
=> 1 }
qw( html head body div p tr table )
;
%_modver
= (
Clone
=>
'0.28'
,
( run in 0.244 second using v1.01-cache-2.11-cpan-454fe037f31 )