Skip Menu |

This queue is for tickets about the Perl6-Bible CPAN distribution.

Report information
The Basics
Id: 20310
Status: resolved
Priority: 0/
Queue: Perl6-Bible

People
Owner: Nobody in particular
Requestors: steve [...] silug.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.30
Fixed in: (no value)



Subject: bad encoding in lib/Perl6/Bible/S05.pod
lib/Perl6/Bible/S05.pod seems to be half Latin-1, half UTF-8. The following seems to fix it: perl -pi -e 's/(?<!\xc2)([\xab\xbb])/\xc2$1/g' lib/Perl6/Bible/S05.pod (I'm reasonably sure there is a Right Way to do that, but I'm afraid I don't know what it is.)
Since Perl6::Bible is being replaced with Perl6::Doc, I've opened a ticket for it.