This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708e082
)
perldelta for #117595 (-l warning)
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 10 Jun 2013 07:56:37 +0000
(
00:56
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 10 Jun 2013 08:23:09 +0000
(
01:23
-0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
34324f8
..
1733338
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-537,6
+537,11
@@
honoured only for calls I<with> parentheses. [RT #116735]
Syntax errors in lexical subroutines in combination with calls to the same
subroutines no longer cause crashes at compile time.
+=item *
+
+The warning produced by C<-l $handle> now applies to IO refs and globs, not
+just to glob refs. That warning is also now UTF8-clean. [RT #117595]
+
=back
=head1 Known Problems