summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-05-26 22:03:02 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-26 23:36:00 -0400
commitb530a4ea4fc75beec4f95e924a0b9a61f2334a46 (patch)
tree06fc4952e4e227d8e6b02a09eedc5184c373ef61 /regen
parent238894dbaf14333dc7e27455d654442d5799eaf0 (diff)
downloadperl-b530a4ea4fc75beec4f95e924a0b9a61f2334a46.tar.gz
add a 5.21 feature bundle
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 fccfc2da16..c9a4cd6588 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -55,6 +55,8 @@ my %feature_bundle = (
evalbytes current_sub fc)],
"5.19" => [qw(say state switch unicode_strings unicode_eval
evalbytes current_sub fc)],
+ "5.21" => [qw(say state switch unicode_strings unicode_eval
+ evalbytes current_sub fc)],
);
# not actually used currently
@@ -361,7 +363,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.36';
+our $VERSION = '1.37';
FEATURES