summaryrefslogtreecommitdiff
path: root/pod/perl5100delta.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-11 21:43:02 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-11 21:43:02 +0100
commit4cd37d19e1f119da7218eedec768d4ec82ab8845 (patch)
tree57d679ab9f5af5ce407d8d30c6af3826e81a8ada /pod/perl5100delta.pod
parent133fac12ff7e3894deb31a204a9a12453b87bbf0 (diff)
downloadperl-4cd37d19e1f119da7218eedec768d4ec82ab8845.tar.gz
PERL_DONT_CREATE_GVSV was documented in perl589delta
not perl588delta (although it was introduced in 5.8.8). Fix up old perldelta files to reflect this fact. This has been a public service by the Ministry of Truth.
Diffstat (limited to 'pod/perl5100delta.pod')
-rw-r--r--pod/perl5100delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index 2026de57af..fe9f02ee43 100644
--- a/pod/perl5100delta.pod
+++ b/pod/perl5100delta.pod
@@ -1030,7 +1030,7 @@ their system dependent constants - as a result C<use POSIX;> now takes about
The new compilation flag C<PERL_DONT_CREATE_GVSV>, introduced as an option
in perl 5.8.8, is turned on by default in perl 5.9.3. It prevents perl
-from creating an empty scalar with every new typeglob. See L<perl588delta>
+from creating an empty scalar with every new typeglob. See L<perl589delta>
for details.
=head2 Weak references are cheaper