PERL_DONT_CREATE_GVSV was documented in perl589delta
authorDavid Mitchell <davem@iabyn.com>
Tue, 11 Aug 2009 20:43:02 +0000 (21:43 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 11 Aug 2009 20:43:02 +0000 (21:43 +0100)
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.

pod/perl5100delta.pod
pod/perl593delta.pod

index 2026de5..fe9f02e 100644 (file)
@@ -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
index 66a4630..80f8cb9 100644 (file)
@@ -263,7 +263,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