diff options
author | David Mitchell <davem@iabyn.com> | 2009-08-11 21:43:02 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-08-11 21:43:02 +0100 |
commit | 4cd37d19e1f119da7218eedec768d4ec82ab8845 (patch) | |
tree | 57d679ab9f5af5ce407d8d30c6af3826e81a8ada /pod/perl5100delta.pod | |
parent | 133fac12ff7e3894deb31a204a9a12453b87bbf0 (diff) | |
download | perl-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.pod | 2 |
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 |