Fix PerlIO::scalar fileno() documentation as suggested in:
Shawn Boyette [Mon, 28 Aug 2006 00:21:25 +0000 (17:21 -0700)]
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

ext/PerlIO/scalar/scalar.pm

index 43685bf..1eead60 100644 (file)
@@ -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