diff options
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 74f2e49e84..7d157d711e 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4227,6 +4227,14 @@ are as follows. Both numeric and string values are accepted, but note that string values are case sensitive. The default for this setting is "RANDOM" or 1. +=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 pid %x not a child (W exec) A warning peculiar to VMS. Waitpid() was asked to wait for a |