From 2c5484a6fb758fd9bd9f56d504186972d12dd338 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sun, 8 May 2016 08:15:38 -0400 Subject: feature.pm: add the v5.25 bundle --- regen/feature.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'regen/feature.pl') 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 -- cgit v1.2.1