From: Gisle Aas Date: Thu, 9 Feb 2006 18:09:01 +0000 (+0000) Subject: Document incompatible interpretation of chdir FOO. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4db748fd0204a74b0f152fc784056090e2aaddc9;p=p5sagit%2Fp5-mst-13.2.git Document incompatible interpretation of chdir FOO. Ref change 27125. p4raw-id: //depot/perl@27139 --- diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod index f41ad2c..71dcdb7 100644 --- a/pod/perl594delta.pod +++ b/pod/perl594delta.pod @@ -10,6 +10,11 @@ and L for the differences between 5.8.0 and 5.9.3. =head1 Incompatible Changes +=head2 chdir FOO + +A bareword argument to chdir is now recognized as a file handle. +Earlier releases interpreted the bareword as a directory name. + =head1 Core Enhancements =head1 Modules and Pragmata