Skip to content

Commit

Permalink
Fix PerlIO::scalar fileno() documentation as suggested in:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Shawn Boyette authored and rgs committed Aug 28, 2006
1 parent 56fc4af commit 846c5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/PerlIO/scalar/scalar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846c5ed

Please sign in to comment.