Subject: | encoding error |
Date: | Thu, 31 May 2012 10:19:06 +0100 |
To: | bug-podlators [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
I'm getting this test failure from podlators-2.4.1:
t/text-encoding.t .. 1/7
# Failed test 'Output correct for test 3'
# at t/text-encoding.t line 72.
# got: 'Beyoncé
# POD ERRORS
# Hey! The above document had some coding errors, which are explained
# below:
#
# Around line 1:
# Non-ASCII character seen before =encoding in 'Beyoncé'. Assuming
# UTF-8
#
# '
# expected: 'Beyoncé
# '
# Looks like you failed 1 test of 7.
t/text-encoding.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
This occurs where Pod::Simple is at version 3.22, but not where it's
at version 3.20. Seems to correspond to this ChangeLog entry for
Pod::Simple 3.21:
Now emit a warning the first time a non-ASCII byte is encountered
when no "=encoding" has been seen. Grant McLean.
-zefram