diff options
Diffstat (limited to 'ext/PerlIO/Scalar/Scalar.pm')
-rw-r--r-- | ext/PerlIO/Scalar/Scalar.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/PerlIO/Scalar/Scalar.pm b/ext/PerlIO/Scalar/Scalar.pm index 28794079d3..e086032507 100644 --- a/ext/PerlIO/Scalar/Scalar.pm +++ b/ext/PerlIO/Scalar/Scalar.pm @@ -18,8 +18,8 @@ PerlIO::Scalar - support module for in-memory IO. C<PerlIO::Scalar> only exists to use XSLoader to load C code that provides support for treating a scalar as an "in memory" file. -All normal file operations can be performed on the handle. The scalar is considered -a stream of bytes. Currently fileno($fh) returns C<undef>. +All normal file operations can be performed on the handle. The scalar +is considered a stream of bytes. Currently fileno($fh) returns C<undef>. =cut |