Subject: | t/reproducible.t fails with a iso8859-1 locale |
If a iso-8859-1 locale is used, e.g. LC_ALL=de_DE.iso88591 or LC_ALL=de_DE.ISO8859-1, then t/reproducible.t fails:
Running Build test
utf8 "\xE4" does not map to Unicode at /opt/perl-5.18.4/lib/site_perl/5.18.4/YAML/Old.pm line 79, <$IN> chunk 1.
Malformed UTF-8 character (fatal) at /opt/perl-5.18.4/lib/site_perl/5.18.4/YAML/Old/Loader.pm line 35, <$IN> line 1.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016032118/Log-Reproducible-v0.12.4-aLlwPA/t/test-reproducible.pl line 11.
# Looks like you planned 8 tests but ran 2.
# Looks like your test exited with 255 just after 2.
t/reproducible.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/8 subtests
This does not happen with utf8 locales, or with LC_ALL=C.