in reply to remove html comments using HTML::HTML5::ToText

It looks like there's still a $node->isa("XML::LibXML::Text") check that should be replaced with $node->nodeName eq "#text".

HTML::HTML5::ToText 0.004 should be on a CPAN mirror near you some time in the next few hours with a fix.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Replies are listed 'Best First'.
Re^2: remove html comments using HTML::HTML5::ToText
by mendeepak (Scribe) on Jun 17, 2013 at 05:40 UTC

    Thanks Works Fine now ...

    *=*=*dEEPAk*=*=*