summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-07-17 12:22:59 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-17 13:07:02 -0700
commite34ec13261d42165db4c82380e00c85b9f2a9b4c (patch)
tree5152f641513cda380cd16ae51a8dbf324f84d314
parent1571b860cd6635d0d546350abddb02faa1b2fc46 (diff)
downloadperl-e34ec13261d42165db4c82380e00c85b9f2a9b4c.tar.gz
perldelta for #128478 / d9d2b74c
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7ea0dbc5cb..97cc19c707 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -373,6 +373,13 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
An assertion failure with C<%: = 0> has been fixed. [perl #128238]
+=item *
+
+In Perl v5.18, the parsing of C<"$foo::$bar"> was accidentally changed,
+such that it would be treated as C<$foo."::".$bar>. The previous behavior,
+which was to parse it as C<$foo:: . $bar>, has been restored. [perl
+#128478]
+
=back
=head1 Known Problems