This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for a14c24d0
authorFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 19:02:27 +0000 (12:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 20:25:36 +0000 (13:25 -0700)
pod/perldelta.pod

index 1e881ed..cdd9be4 100644 (file)
@@ -468,6 +468,12 @@ C<open $$fh, ...>, which vivifies a handle with a name like "main::_GEN_0",
 was not giving the handle the right reference count, so a double free could
 happen.
 
+=item *
+
+When deciding that a bareword was a method name, the parser would get
+confused if an "our" sub with the same name existed, and look up the method
+in the package of the "our" sub, instead of the package of the invocant.
+
 =back
 
 =head1 Known Problems