Re: libwww-perl-5.812 fails unicode conversions because of missing modules
"Gisle Aas" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 26, 2008 at 9:21 PM, David Favor <[email protected]> wrote: > libwww-perl-5.808 through libwww-perl-5.812 fail with various > strange errors like: > > utf8 "\xFF" does not map to Unicode at \ > > /common/pkgs/perl-5.10.0-33746/lib/5.10.0/i686-linux-thread-multi/Encode.pm \ > line 164. at base/message.t line 365 What kind of perl is this? > This appears to be fixed by adding the following prereqs to LWP: > > Encode::Alias > MIME::Base64 MIME::Base64 is already an prereq and nothing in LWP use Encode::Alias directly. Anyways, it should anyway just be there, if Encode is there, as it's a standard perl module these days. --Gisle