diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2010-07-19 14:39:11 +0000 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-19 08:27:47 -0700 |
commit | 4cd32ffe62edd65dfc22629ed249b5a0ec7b6037 (patch) | |
tree | afd37234de2e9301a11dff95191ba8e20d025bd4 /pod/perl5133delta.pod | |
parent | c1a0360bdffc168ccfedd570bcdd7f1f777c8a38 (diff) | |
download | perl-4cd32ffe62edd65dfc22629ed249b5a0ec7b6037.tar.gz |
perl5133delta: Link from the CvGV() change to Known Problems
Diffstat (limited to 'pod/perl5133delta.pod')
-rw-r--r-- | pod/perl5133delta.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod index 8afd987445..79cd597b60 100644 --- a/pod/perl5133delta.pod +++ b/pod/perl5133delta.pod @@ -422,7 +422,9 @@ counted. To ensure consistent behaviour, direct assignment to it, for example C<CvGV(cv) = gv> is now a compile-time error. A new macro, C<CvGV_set(cv,gv)> has been introduced to perform this operation safely. Note that modification of this field is not part of of the public API, -regardless of this new macro. +regardless of this new macro. This change caused some +L<issues|/"Known Problems"> in modules that used the private C<GvGV()> +field. =item * |