In parsehttp_lwp in XML::TreePP, change
my $text = $res->content();
to
# Use decoded_content to handle HTTP Content-Encoding my $text = $res->decoded_content( charset => 'none' );
I submitted this as rt://47336. Calling $response->content is almost always a bug.
In reply to Re: XML::FeedPP Crashing Despite Eval
by ikegami
in thread XML::FeedPP Crashing Despite Eval
by cormanaz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |