Identical to #59981. Fixed so closed.
Dan the Maintainer Thereof
On Sun Jun 20 15:48:26 2010, sprout@cpan.org wrote:
Show quoted text> $ perl5.13.1 -S pmvers Encode
> 2.39
> $ perl5.13.1 -MEncode -le'print find_encoding("UTF-8")->encode([])'
> Segmentation fault
> $ perl5.13.1 -MEncode -le'print find_encoding("UTF-8")->encode(bless[])'
> Segmentation fault
> $ perl5.13.1 -MEncode -le'use overload q\""\=>sub{"oenuh"}; print
> find_encoding("UTF-8")->encode(bless[])'
> Segmentation fault
>