summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-05-08 08:15:38 -0400
committerRicardo Signes <rjbs@cpan.org>2016-05-09 07:41:37 -0400
commit2c5484a6fb758fd9bd9f56d504186972d12dd338 (patch)
treed93f5421f8036c279d6152d7e35efaa90f2e2408 /regen
parentc800d8b327c8e7dc5ec8c5ef099ce91b1a719c4d (diff)
downloadperl-2c5484a6fb758fd9bd9f56d504186972d12dd338.tar.gz
feature.pm: add the v5.25 bundlev5.25.0
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl4
1 files changed, 3 insertions, 1 deletions
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