summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2021-05-21 00:02:36 +0200
committerSawyer X <xsawyerx@cpan.org>2021-05-21 00:02:36 +0200
commit56b7904b6a7a2c4c1c5839679c40659ebb302412 (patch)
tree29a78fff459cba434457f635f99300141e5fe38c /regen
parentfce6e6db7a69e1142b35f20693b81f655c409e88 (diff)
downloadperl-56b7904b6a7a2c4c1c5839679c40659ebb302412.tar.gz
Bump to 5.35.0:
* Apparently, first you bump, then you update perldelta. * 5.35.0 *might* be released tomorrow (likely) but not certainly. * I've set it to tomorrow so Module::CoreList won't be upset.
Diffstat (limited to 'regen')
-rwxr-xr-xregen/feature.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index 1186cc3d03..19af0a35ce 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -78,6 +78,7 @@ my %feature_bundle = (
"5.29" => [ +V5_27 ],
"5.31" => [ +V5_27 ],
"5.33" => [ +V5_27 ],
+ "5.35" => [ +V5_27 ],
);
my @noops = qw( postderef lexical_subs );
@@ -478,7 +479,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.64';
+our $VERSION = '1.65';
FEATURES