perl5133delta: Link from the CvGV() change to Known Problems
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 19 Jul 2010 14:39:11 +0000 (14:39 +0000)
committerDavid Golden <dagolden@cpan.org>
Mon, 19 Jul 2010 15:27:47 +0000 (08:27 -0700)
pod/perl5133delta.pod

index 8afd987..79cd597 100644 (file)
@@ -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 *