summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
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 /pod/perldiag.pod
parentddf86ab3dc887706544973328ece2259cc4f90bd (diff)
downloadperl-ce45800fdbb12c74fa0453621e6500c9ce9a4c9a.tar.gz
Remove :win32 PerlIO layer
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 88df948505..df537e0bc4 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4942,14 +4942,6 @@ and there is a bug in Perl in which the built-in regular expression
folding rules are not accurate. This may lead to incorrect results.
Please report this as a bug to L<https://github.com/Perl/perl5/issues>.
-=item PerlIO layer ':win32' is experimental
-
-(S experimental::win32_perlio) The C<:win32> PerlIO layer is
-experimental. If you want to take the risk of using this layer,
-simply disable this warning:
-
- no warnings "experimental::win32_perlio";
-
=item Perl_my_%s() not available
(F) Your platform has very uncommon byte-order and integer size,