Subject: | CGI::Util::utf8_chr: referencing non-existent function |
It seems to me that the call
return utf8(0xfffd);
in CGI/Util.pm should be
return utf8_chr(0xfffd);
instead, as there is no utf8() function defined.
Regards,
Slaven
This queue is for tickets about the CGI CPAN distribution.
The Basics
People
|
Bug Information
|