summaryrefslogtreecommitdiff
path: root/regen
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 /regen
parentddf86ab3dc887706544973328ece2259cc4f90bd (diff)
downloadperl-ce45800fdbb12c74fa0453621e6500c9ce9a4c9a.tar.gz
Remove :win32 PerlIO layer
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index c4d6b4e7b9..b0537f9ee1 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
-$VERSION = '1.51';
+$VERSION = '1.52';
BEGIN {
require './regen/regen_lib.pl';
@@ -95,8 +95,6 @@ my $tree = {
[ 5.019, DEFAULT_ON ],
'experimental::signatures' =>
[ 5.019, DEFAULT_ON ],
- 'experimental::win32_perlio' =>
- [ 5.021, DEFAULT_ON ],
'experimental::refaliasing' =>
[ 5.021, DEFAULT_ON ],
'experimental::re_strict' =>