summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-23 13:42:09 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-23 17:59:21 -0700
commit909564a7d63dd41ca03b7bc9659d8c7b695220d2 (patch)
tree2251018c5820f52d8d7ad9e6eb60e387e932840e /pod
parent9976fb3d66ff0a06415aa7b57ed8ac4418b86b4b (diff)
downloadperl-909564a7d63dd41ca03b7bc9659d8c7b695220d2.tar.gz
Correct perldelta entry for fallback entry
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0d485f2e29..2b50da19da 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -364,8 +364,8 @@ eliminate the need for it.
C<PL_amagic_generation> has been removed as no longer necessary. For XS
modules, it is now a macro alias to C<PL_na>.
-The fallback overload setting is now stored in its own stash entry, called
-"(fallback".
+The fallback overload setting is now stored in a stash entry separate from
+overloadedness itself.
=back