This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #117595 (-l warning)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 07:56:37 +0000 (00:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:23:09 +0000 (01:23 -0700)
pod/perldelta.pod

index 34324f8..1733338 100644 (file)
@@ -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