summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-06-03 16:56:40 +1000
committerTony Cook <tony@develop-help.com>2014-06-10 10:29:22 +1000
commit7ac929242683a823b48fb2fae8e9fa6be059fa5a (patch)
tree9ae8741f7b23aab9d0ebdfa83d01c3cf55341c40 /regen
parent3442c4b3e005f425ea32c16225fbf4bd0cb1fb54 (diff)
downloadperl-7ac929242683a823b48fb2fae8e9fa6be059fa5a.tar.gz
add a warning for using the :win32 PerlIO layer
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl4
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.