summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-12-11 16:28:59 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-12-11 16:59:54 -0800
commit4c9d53d59a35f57a9c3f30e6f419076cd0cb676e (patch)
treecbb102a984cd59d07c39ab37807b45a8e7224303
parent78cdf10786e359ee461137c8a18efb13ea76c331 (diff)
downloadperl-4c9d53d59a35f57a9c3f30e6f419076cd0cb676e.tar.gz
perldelta for [perl #68712]
-rw-r--r--pod/perldelta.pod9
1 files changed, 8 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ec7c1a52e9..b302427051 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,7 +1,7 @@
=encoding utf8
=for comment
-This has been completed up to a1fba7e, except for:
+This has been completed up to b2ef6d44, except for:
d9a4b459f94297889956ac3adc42707365f274c2
bf5522a13a381257966e7ed6b731195a873b153e
9cef83062267e94311e1fd8744396e440642738e
@@ -622,6 +622,13 @@ undefined (since it is not part of the C<E<gt>> expression, but the operand
of the C<@>)
L<[perl #72090]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=72090>.
+=item *
+
+C<require> no longer causes C<caller> to return the wrong file name for
+the scope that called C<require> and other scopes higher up that had the
+same file name
+L<[perl #68712]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68712>.
+
=back
=head1 Known Problems