I am puzzled. The current verison of Pod::Simple installs happily and quietly under 5.8. But under 5.6, trying to install it leads to banshee-like screaming about malformed UTF8 characters. I've no idea why. Can anyone offer any clues? I'm really not doing anything exotic in my Pod::Simple code.
details (Score:2)
Re:details (Score:2)
Re:details (Score:3, Insightful)
You *may* be able to dodge this by forcing the data at appropriate spots into UTF-8: something along the lines of:
$ascertain_utf8 = $] < 5.008 ? sub { $_[0]