From 6031f0d2282a44b66696faf7ab08448d0aa2c8d6 Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 1 Jun 2015 14:58:42 -0400 Subject: feature: add the 5.23 bundle (same as 5.22) --- regen/feature.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'regen') diff --git a/regen/feature.pl b/regen/feature.pl index 6733e3c371..6a188cfd8d 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -59,6 +59,8 @@ my %feature_bundle = ( evalbytes current_sub fc)], "5.21" => [qw(say state switch unicode_strings unicode_eval evalbytes current_sub fc)], + "5.23" => [qw(say state switch unicode_strings unicode_eval + evalbytes current_sub fc)], ); # not actually used currently @@ -365,7 +367,7 @@ read_only_bottom_close_and_rename($h); __END__ package feature; -our $VERSION = '1.40'; +our $VERSION = '1.41'; FEATURES -- cgit v1.2.1