From 6521d5bbe3d0a959ce85a9e2f45c751b81047039 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Fri, 20 Aug 2021 18:00:30 -0700 Subject: [PATCH] add some missing perldelta entries --- pod/perldelta.pod | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index dc045f9b9a86..034f3111af70 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -202,7 +202,16 @@ Additionally, the following selected changes have been made: =item * -XXX Description of the change here +L now notes that an invocant only needs to be an object or class name +for method calls, not for subroutine references. + +=item * + +L notes that the C<:win32> IO pseudolayer is removed (this happened in 5.35.2). + +=item * + +F has been added. =back @@ -392,7 +401,12 @@ well. =item * -XXX +Macros have been added F to facilitate version comparisons: +C, C, C and +C. + +Inline functions have been added to F to determine the position of +the least significant 1 bit in a word: C and C. =back @@ -407,7 +421,13 @@ files in F and F are best summarized in L. =item * -XXX +Use of the C debugging facility would cause perl to croak since +v5.31.10; this problem has now been fixed. + +=item * + +C logic is now compatible with BSD make (fixes +L). =back