diff options
author | Shawn Boyette <unknown> | 2006-08-27 17:21:25 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-28 09:26:52 +0000 |
commit | 846c5ed3bd6bbf47ed6f029fd3595992cfcdf1c7 (patch) | |
tree | 4e4c4291260c5f0ee4c74582eb8f71acebc78a38 /ext | |
parent | 56fc4af6db3d140287c01cea9ef21c6ad82fa403 (diff) | |
download | perl-846c5ed3bd6bbf47ed6f029fd3595992cfcdf1c7.tar.gz |
Fix PerlIO::scalar fileno() documentation as suggested in:
Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8
From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
p4raw-id: //depot/perl@28766
Diffstat (limited to 'ext')
-rw-r--r-- | ext/PerlIO/scalar/scalar.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO/scalar/scalar.pm index 43685bf31d..1eead60c93 100644 --- a/ext/PerlIO/scalar/scalar.pm +++ b/ext/PerlIO/scalar/scalar.pm @@ -30,7 +30,7 @@ or A filehandle is opened but the file operations are performed "in-memory" on a scalar variable. All the normal file operations can be performed on the handle. The scalar is considered a stream of bytes. Currently -fileno($fh) returns C<undef>. +fileno($fh) returns -1. =head1 IMPLEMENTATION NOTE |