From: Nicholas Clark Date: Mon, 17 Apr 2006 20:50:34 +0000 (+0000) Subject: Fix an error, spotted by Tim Bunce. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=903fe02ab005d9a6f5d2870ed93bddff5a74bffb;p=p5sagit%2Fp5-mst-13.2.git Fix an error, spotted by Tim Bunce. p4raw-id: //depot/perl@27881 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index e32bc96..99291d4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4567,7 +4567,7 @@ reference to the subroutine itself is passed in as C<$_[0]>. If an empty list, C, or nothing that matches the first 3 values above is returned then C will look at the remaining elements of @INC. -Note that a tied file handle must be a real file handle (strictly a typeglob, +Note that this file handle must be a real file handle (strictly a typeglob, or reference to a typeglob, blessed or unblessed) - tied file handles will be ignored and return value processing will stop there.