CSS-Inliner

 view release on metacpan or  search on metacpan

t/html/linebreaktest.html  view on Meta::CPAN

    <head>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8"> 
        <style type="text/css" media="screen">
		table { 
			color:#0084ff;
		}
        </style> 
    </head> 
    <body>
      <p style="color:border-bottom:2px dotted rgb(54, 99,
 136);cursor:pointer;">Email</p>
    </body>
</html>

t/html/linebreaktest_result.html  view on Meta::CPAN

<html>
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-type" />
 </head>
 <body>
  <p style="color: border-bottom:2px dotted rgb(54, 99,  136); cursor: pointer;">Email</p>
 </body>
</html>



( run in 0.270 second using v1.01-cache-2.11-cpan-4d50c553e7e )