diff options
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a30c98aba7..98bd8d8584 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -324,6 +324,12 @@ well. =over 4 +=item newATTRSUB is now a macro + +The public API newATTRSUB was previously a macro to the private +function Perl_newATTRSUB. Function Perl_newATTRSUB has been removed. newATTRSUB +is now macro to a different internal function. + =item * XXX |