HTML-Packer

 view release on metacpan or  search on metacpan

t/04-leaks_full.t  view on Meta::CPAN

my $packer = HTML::Packer->init;
memory_cycle_ok( $packer );

my $row = q@
<!doctype html>
<html>
<head>
<meta charset="utf-8">

<style type="text/css">
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,...
margin : 0;
padding : 0;
border : 0;
font-size : 100%;
font : inherit;
vertical-align : baseline;
}
</style>

<title>Me</title>



( run in 0.941 second using v1.01-cache-2.11-cpan-49f99fa48dc )