This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
-l $handle warning: globs, iorefs, utf8
authorFather Chrysostomos <sprout@cpan.org>
Wed, 5 Jun 2013 01:32:46 +0000 (18:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 5 Jun 2013 03:16:04 +0000 (20:16 -0700)
commit5840701a1aaa2086a9631a3f4f153e3c9f9a0a9f
treeb9840877822cd46f82f19715d343c00132b5e963
parent929c6ecf94db1e29600848f3d1acc64c825d9fc7
-l $handle warning: globs, iorefs, utf8

The warning restored in commit cd22fad3cbcea only applied to globrefs,
not to globs or iorefs.  The warning message was also not utf8-clean.
This commit fixes both.

This resolves ticket #117595.
doio.c
pod/perldiag.pod
t/op/filetest.t