Skip to content

Commit

Permalink
Add perldelta for CVf_METHOD rename
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Jul 26, 2022
1 parent 3a276a1 commit 6106c66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pod/perldelta.pod
Expand Up @@ -350,6 +350,14 @@ well.

XXX

=item *

The C<CVf_METHOD> CV flag and associated C<CvMETHOD> macro has been renamed to
C<CVf_NOWARN_AMBIGUOUS> and C<CvNOWARN_AMBIGUOUS>. This closer reflects its
actual behaviour (it suppresses a warning that would otherwise be generated
about ambiguous names), in order to be less confusing with a possible upcoming
feature.

=back

=head1 Selected Bug Fixes
Expand Down

0 comments on commit 6106c66

Please sign in to comment.