summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-10-21 22:44:17 +0200
committerLeon Timmermans <fawaka@gmail.com>2021-10-21 22:46:40 +0200
commit134427ad64ccd782505c1290ab634592713e0230 (patch)
tree05673f58e61b10de0f86df8778ae22bbb0def652 /dist
parent6247a13a7d0f81f3abb19b2629f4fdfdeb3c9556 (diff)
downloadperl-134427ad64ccd782505c1290ab634592713e0230.tar.gz
Bump version to 5.35.6
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm8
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 15 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index fcbddf8d52..88783d1870 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -384,6 +384,7 @@ sub changes_between {
5.035003 => '2021-08-20',
5.035004 => '2021-09-20',
5.035005 => '2021-10-21',
+ 5.035006 => '2021-11-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -18974,6 +18975,13 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.035006 => {
+ delta_from => 5.035005,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
sub is_core
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 4f086210d8..1d9bd1d540 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1748,6 +1748,13 @@ my %delta = (
removed => {
}
},
+ 5.035006 => {
+ delta_from => 5.035004,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);