perldelta for open(foo::bar) warning
authorFather Chrysostomos <sprout@cpan.org>
Mon, 2 Jan 2012 21:32:52 +0000 (13:32 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 3 Jan 2012 06:10:33 +0000 (22:10 -0800)
pod/perldelta.pod

index 39c559e..111d9df 100644 (file)
@@ -1,7 +1,7 @@
 =encoding utf8
 
 =for comment
-This has been completed up to 415d4c6.
+This has been completed up to db3abe5.
 
 =head1 NAME
 
@@ -489,6 +489,13 @@ when handling these in lvalue context.  These have been fixed.  They now
 produce a "Modification of non-creatable hash value attempted" error
 message.
 
+=item * No warning for C<open(foo::bar)>
+
+When one writes C<open foo || die>, which used to work in Perl 4, a
+"Precedence problem" warning is produced.  This warning used erroneously to
+apply to fully-qualified bareword handle names as well.  This has been
+corrected.
+
 =back
 
 =head1 Known Problems