summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-06-01 14:58:42 -0400
committerRicardo Signes <rjbs@cpan.org>2015-06-01 15:12:58 -0400
commit6031f0d2282a44b66696faf7ab08448d0aa2c8d6 (patch)
tree97a86d0c82e014aebcacebd1934a1f8c9bc7c3c7 /regen
parent8ec6d14a3d59c51796132614e9538a4c62e20dad (diff)
downloadperl-6031f0d2282a44b66696faf7ab08448d0aa2c8d6.tar.gz
feature: add the 5.23 bundle (same as 5.22)
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 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