Skip to content

Commit f328551

Browse files
committed
perldelta for 3f6b66c
1 parent 3f6b66c commit f328551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
389389
C< until ($x = 1) { ... } > and C< ... until $x = 1 > now properly
390390
warn when syntax warnings are enabled. [perl #127333]
391391

392+
=item *
393+
394+
socket() now leaves the error code returned by the system in C<$!> on
395+
failure. [perl #128316]
396+
392397
=back
393398

394399
=head1 Known Problems

0 commit comments

Comments
 (0)