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 /regen | |
parent | 3442c4b3e005f425ea32c16225fbf4bd0cb1fb54 (diff) | |
download | perl-7ac929242683a823b48fb2fae8e9fa6be059fa5a.tar.gz |
add a warning for using the :win32 PerlIO layer
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index 0e65a269be..49fc88a6fe 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -100,6 +100,8 @@ my $tree = { [ 5.019, DEFAULT_ON ], 'experimental::signatures' => [ 5.019, DEFAULT_ON ], + 'experimental::win32_perlio' => + [ 5.021, DEFAULT_ON ], }], #'default' => [ 5.008, DEFAULT_ON ], @@ -470,7 +472,7 @@ read_only_bottom_close_and_rename($pm); __END__ package warnings; -our $VERSION = '1.23'; +our $VERSION = '1.24'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |