Skip to content

Commit a518f71

Browse files
committed
perldelta: chdir returns booleans now
1 parent 6d28b2f commit a518f71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,11 @@ manager will later use a regex to expand these into links.
388388

389389
=item *
390390

391-
XXX
391+
C<chdir> now returns real booleans (as its documentation describes), not
392+
integers. This means the result of a failed C<chdir> now stringifies to C<''>,
393+
not C<'0'>.
394+
395+
[GH #22365]
392396

393397
=back
394398

0 commit comments

Comments
 (0)