summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm1
-rw-r--r--lib/feature.pm8
-rwxr-xr-xregen/feature.pl4
3 files changed, 11 insertions, 2 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index eb8790a7ed..3e6eae1d82 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -12421,6 +12421,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList' => '5.20160507',
'Module::CoreList::TieHashDelta'=> '5.20160507',
'Module::CoreList::Utils'=> '5.20160507',
+ 'feature' => '1.43',
},
removed => {
}
diff --git a/lib/feature.pm b/lib/feature.pm
index ec9fff7a6d..ede102259d 100644
--- a/lib/feature.pm
+++ b/lib/feature.pm
@@ -5,7 +5,7 @@
package feature;
-our $VERSION = '1.42';
+our $VERSION = '1.43';
our %feature = (
fc => 'feature_fc',
@@ -45,6 +45,8 @@ $feature_bundle{"5.20"} = $feature_bundle{"5.15"};
$feature_bundle{"5.21"} = $feature_bundle{"5.15"};
$feature_bundle{"5.22"} = $feature_bundle{"5.15"};
$feature_bundle{"5.24"} = $feature_bundle{"5.23"};
+$feature_bundle{"5.25"} = $feature_bundle{"5.23"};
+$feature_bundle{"5.26"} = $feature_bundle{"5.23"};
$feature_bundle{"5.9.5"} = $feature_bundle{"5.10"};
our $hint_shift = 26;
@@ -382,6 +384,10 @@ The following feature bundles are available:
unicode_eval evalbytes current_sub fc
postderef_qq
+ :5.26 say state switch unicode_strings
+ unicode_eval evalbytes current_sub fc
+ postderef_qq
+
The C<:default> bundle represents the feature set that is enabled before
any C<use feature> or C<no feature> declaration.
diff --git a/regen/feature.pl b/regen/feature.pl
index 85ab2b034b..8892ceba32 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -61,6 +61,8 @@ my %feature_bundle = (
evalbytes current_sub fc)],
"5.23" => [qw(say state switch unicode_strings unicode_eval
evalbytes current_sub fc postderef_qq)],
+ "5.25" => [qw(say state switch unicode_strings unicode_eval
+ evalbytes current_sub fc postderef_qq)],
);
# not actually used currently
@@ -367,7 +369,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.42';
+our $VERSION = '1.43';
FEATURES