This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Force non-utf8 reading of files
authorKarl Williamson <public@khwilliamson.com>
Wed, 25 May 2011 19:15:27 +0000 (13:15 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 May 2011 19:27:37 +0000 (13:27 -0600)
commitbe39e7f82f6f2c2a0604f4a3fdff500b1e56633b
treed645caf4e90af8f267bfd1f35c92c9846b150ae3
parenta73bef781595e4d1d9c2ce5b4d4b0a845c7bfa44
podcheck.t: Force non-utf8 reading of files

podcheck.t was failing when PERL_UNICODE was set to empty with
a UTF-8 locale, as it tried to read things in utf8 that aren't.
This led to a fatal malformed utf8 error.

This forces the :bytes layer when reading these files.
t/porting/podcheck.t