summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2021-07-23 23:09:35 +0100
committerKarl Williamson <khw@cpan.org>2021-07-24 05:47:21 -0700
commited9ad00f972a4581dc6ee42e783a2e24d2448dc7 (patch)
tree2ba1f75c3d9f88a2404106346c5bfcf3bb3ce2a4 /dist
parent9e71a8df6ef30a713d49c0bda5b46fdbf62dbe45 (diff)
downloadperl-ed9ad00f972a4581dc6ee42e783a2e24d2448dc7.tar.gz
Bump the perl version in various places ready for 5.35.3
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm16
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm7
2 files changed, 23 insertions, 0 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index dcb65fd4f6..7fc2624c05 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -381,6 +381,7 @@ sub changes_between {
5.035000 => '2021-05-21',
5.035001 => '2021-06-20',
5.035002 => '2021-07-23',
+ 5.035003 => '2021-08-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -18757,6 +18758,14 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.035003 => {
+ delta_from => 5.035002,
+ changed => {
+ 'Config' => '5.035003',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -19983,6 +19992,13 @@ sub is_core
removed => {
}
},
+ 5.035003 => {
+ delta_from => 5.035002,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 755d2a92d8..626081044a 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -1727,6 +1727,13 @@ my %delta = (
removed => {
}
},
+ 5.035003 => {
+ delta_from => 5.035002,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);