I am getting an install error when installing WWW-Mechanize-1.71 on perl 5.8.8 running on OSX
The error is:
t/local/nonascii.t ……. 1/5 No such field ‘ValueOf’CF.{Ñ}” at /WWW-Mechanize-1.71/blib/lib/WWW/Mechanize.pm line 1407
Any hints on how I should debug this?
Go to the unpacked directory. If you want to start over, either run the CPAN shell and issue the
lookcommand… or if you have cpanminus, run it with the
--lookoption:provein verbose mode will make clear exactly which test is failing.Step through with the Perl debugger to find the cause of the failure.