diff options
-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 * |