acme (email not shown publicly)
http://www.astray.com/
Leon Brocard (aka acme) is an orange-loving Perl eurohacker with many varied contributions to the Perl community, including the GraphViz module on the CPAN. YAPC::Europe was all his fault. He is still looking for a Perl Monger group he can start which begins with the letter 'D'.
libwww-perl-5.812 (Score:1)
Incompatible types (Score:2)
Using doceded_content is fine, but don't try to stuff its text result back into the byte content container. If you're using decoded_content but don't really care about character sets, supply charset => 'none' and continue using it as you are now.
See also the PM thread at http://perlmonks.org/?node_id=683833 [perlmonks.org] and dngor's solution at http:// [p3m.org]