summaryrefslogtreecommitdiff
path: root/lib/PerlIO.pm
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-06-20 17:30:18 +0200
committerNicholas Clark <nick@ccl4.org>2021-06-28 08:47:57 -0600
commitce45800fdbb12c74fa0453621e6500c9ce9a4c9a (patch)
tree6a5a7bc8c92a5ea30898ce5c11f38c4f2b03cf5f /lib/PerlIO.pm
parentddf86ab3dc887706544973328ece2259cc4f90bd (diff)
downloadperl-ce45800fdbb12c74fa0453621e6500c9ce9a4c9a.tar.gz
Remove :win32 PerlIO layer
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r--lib/PerlIO.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm
index 85dd083cc0..01a02cf648 100644
--- a/lib/PerlIO.pm
+++ b/lib/PerlIO.pm
@@ -1,6 +1,6 @@
package PerlIO;
-our $VERSION = '1.11';
+our $VERSION = '1.12';
# Map layer name to package that defines it
our %alias;
@@ -235,12 +235,6 @@ like C<:utf8>. An example of a possible use might be:
A more elegant (and safer) interface is needed.
-=item :win32
-
-On Win32 platforms this I<experimental> layer uses the native "handle" IO
-rather than the unix-like numeric file descriptor layer. Known to be
-buggy as of Perl 5.8.2.
-
=back
=head2 Custom Layers