From: Shawn Boyette Date: Mon, 28 Aug 2006 00:21:25 +0000 (-0700) Subject: Fix PerlIO::scalar fileno() documentation as suggested in: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=846c5ed3bd6bbf47ed6f029fd3595992cfcdf1c7;p=p5sagit%2Fp5-mst-13.2.git 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) Message-ID: p4raw-id: //depot/perl@28766 --- diff --git a/ext/PerlIO/scalar/scalar.pm b/ext/PerlIO/scalar/scalar.pm index 43685bf..1eead60 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. +fileno($fh) returns -1. =head1 IMPLEMENTATION NOTE