diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-17 20:50:34 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-17 20:50:34 +0000 |
commit | 903fe02ab005d9a6f5d2870ed93bddff5a74bffb (patch) | |
tree | 0b9ff277c4fc5b5b63e36dc0c3e2f82dead298b7 /pod/perlfunc.pod | |
parent | b7c820d594aef1c01406b9c359285ee68bced521 (diff) | |
download | perl-903fe02ab005d9a6f5d2870ed93bddff5a74bffb.tar.gz |
Fix an error, spotted by Tim Bunce.
p4raw-id: //depot/perl@27881
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index e32bc968d5..99291d49d2 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<undef>, or nothing that matches the first 3 values above is returned then C<require> 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. |