summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2022-03-14 10:08:50 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2022-03-14 10:08:50 +0000
commit49b9d8ffc05bf0c271287eb1390cabad28c6a47a (patch)
treee2e1779b1d4795d6b2c3bf92a4e2e4154d82124b /Master/tlpkg/tlperl/lib/PerlIO/scalar.pm
parentf03a75ebd3b935ecde4dde32687fbe86161c30ed (diff)
New tlperl 5.34
git-svn-id: svn://tug.org/texlive/trunk@62701 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/PerlIO/scalar.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/PerlIO/scalar.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm b/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm
index 6f4fa176be9..40fe4af5bc5 100644
--- a/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm
+++ b/Master/tlpkg/tlperl/lib/PerlIO/scalar.pm
@@ -1,5 +1,5 @@
package PerlIO::scalar;
-our $VERSION = '0.30';
+our $VERSION = '0.31';
require XSLoader;
XSLoader::load();
1;
@@ -32,6 +32,9 @@ 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 -1.
+Attempting to open a read-only scalar for writing will fail, and if
+warnings are enabled, produce a warning.
+
=head1 IMPLEMENTATION NOTE
C<PerlIO::scalar> only exists to use XSLoader to load C code that