summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2019-05-22 14:07:31 +0300
committerSawyer X <xsawyerx@cpan.org>2019-05-22 14:07:31 +0300
commitb85fe49188f38c4ce839983c5ff89c7d295de6e7 (patch)
tree0e62e069bbbdd1bbbcfa0bde8466637b4488def9 /regen
parent1f8153bdcb58e8980487eabd1f31dacf97a5f592 (diff)
downloadperl-b85fe49188f38c4ce839983c5ff89c7d295de6e7.tar.gz
Bump the perl version in various places for 5.31.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 12bf5a8068..db713ae7b3 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -65,6 +65,8 @@ my %feature_bundle = (
evalbytes current_sub fc postderef_qq bitwise)],
"5.29" => [qw(say state switch unicode_strings unicode_eval
evalbytes current_sub fc postderef_qq bitwise)],
+ "5.31" => [qw(say state switch unicode_strings unicode_eval
+ evalbytes current_sub fc postderef_qq bitwise)],
);
my @noops = qw( postderef lexical_subs );
@@ -380,7 +382,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.54';
+our $VERSION = '1.55';
FEATURES