In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4cd37d19e1f119da7218eedec768d4ec82ab8845?hp=133fac12ff7e3894deb31a204a9a12453b87bbf0>

- Log -----------------------------------------------------------------
commit 4cd37d19e1f119da7218eedec768d4ec82ab8845
Author: David Mitchell <[email protected]>
Date:   Tue Aug 11 21:43:02 2009 +0100

    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.
-----------------------------------------------------------------------

Summary of changes:
 pod/perl5100delta.pod |    2 +-
 pod/perl593delta.pod  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index 2026de5..fe9f02e 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
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod
index 66a4630..80f8cb9 100644
--- a/pod/perl593delta.pod
+++ b/pod/perl593delta.pod
@@ -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

--
Perl5 Master Repository

Reply via email to