Skip to content

Commit 4bc6a9c

Browse files
Apply perldelta suggestions and comments from Karl Williamson
Co-authored-by: Karl Williamson <[email protected]>
1 parent 9f75b4a commit 4bc6a9c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pod/perldelta.pod

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,10 +1101,6 @@ Fix feature 'class' Segmentation fault in DESTROY [L<GH #22278|https://github.co
11011101

11021102
=item *
11031103

1104-
Fix C<POSIX::strftime()> [L<GH #22369|https://github.com/Perl/perl5/issues/22369>].
1105-
1106-
=item *
1107-
11081104
C<chdir> now returns real booleans (as its documentation describes), not
11091105
integers. This means the result of a failed C<chdir> now stringifies to C<''>,
11101106
not C<'0'>.
@@ -1141,6 +1137,8 @@ string that wasn't actually a string, but a number, C<undef>, or an object
11411137
Now C<strftime> stringifies its first argument, as before.
11421138
[L<GH #22498|https://github.com/Perl/perl5/issues/22498>]
11431139

1140+
Also, fix C<POSIX::strftime()> [L<GH #22369|https://github.com/Perl/perl5/issues/22369>].
1141+
11441142
=item *
11451143

11461144
C<pack("p", ...)> and C<pack("P", ...)> now SvPV_force() the supplied
@@ -1304,11 +1302,6 @@ for [L<GH #16608|https://github.com/Perl/perl5/issues/16608>].
13041302

13051303
=item *
13061304

1307-
Prevent a signature parameter of the form C<$ => from leaking an OP at
1308-
compile-time. [L<GH #23187|https://github.com/Perl/perl5/issues/23187>]
1309-
1310-
=item *
1311-
13121305
Exceptions thrown and caught entirely within a C<defer {}> or C<finally {}>
13131306
block no longer stop the outer run-loop.
13141307

0 commit comments

Comments
 (0)