This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use :raw to avoid interference from PERL_UNICODE when creating test data
authorTony Cook <tony@develop-help.com>
Mon, 19 Sep 2011 05:23:44 +0000 (15:23 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 19 Sep 2011 05:23:44 +0000 (15:23 +1000)
commitae92a15bbb8edf3be9d223f468e2b37426a886d8
treeed7db4e2cea94e0c83aa07b8bbd8a189c85ae992
parentf76f2ef3c7d81e60b94f6106b3bd46f8449b469f
use :raw to avoid interference from PERL_UNICODE when creating test data

986a805c added dist/IO/t/io_utf8argv.t which creates a utf-8 test file
from raw bytes.  When PERL_UNICODE was set the bytes were encoded as
utf-8, so producing a double-encode file.

Create the file with :raw to avoid that.
dist/IO/t/io_utf8argv.t