diff options
author | Tony Cook <tony@develop-help.com> | 2014-06-03 16:56:40 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-06-10 10:29:22 +1000 |
commit | 7ac929242683a823b48fb2fae8e9fa6be059fa5a (patch) | |
tree | 9ae8741f7b23aab9d0ebdfa83d01c3cf55341c40 /pod | |
parent | 3442c4b3e005f425ea32c16225fbf4bd0cb1fb54 (diff) | |
download | perl-7ac929242683a823b48fb2fae8e9fa6be059fa5a.tar.gz |
add a warning for using the :win32 PerlIO layer
Diffstat (limited to '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 |