summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-12-18 11:59:00 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-12-18 11:59:05 +0000
commitd40040abea71c70504b0ad6a5c0df4c780d487a6 (patch)
tree3571a7d0e7f3faa8908e42387a2eef8a2a2d8dc0
parentf7638f904246ffafbdfab44629ab5325b2f32a54 (diff)
downloadperl-d40040abea71c70504b0ad6a5c0df4c780d487a6.tar.gz
Update Module::CoreList for 5.33.0
(manually cherry picked from commit b46afa87d5599d3972ac60962a19dffd94993844)
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm5
2 files changed, 5 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 39124e3a91..3de34d5ea0 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20200720
+5.20200717
- Updated for v5.33.0
5.20200620
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index cc749fd106..e301526819 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -366,7 +366,7 @@ sub changes_between {
5.028003 => '2020-06-01',
5.030003 => '2020-06-01',
5.032000 => '2020-06-20',
- 5.033000 => '2020-07-20',
+ 5.033000 => '2020-07-17',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -17521,6 +17521,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
changed => {
'B::Op_private' => '5.033000',
'Config' => '5.033',
+ 'Module::CoreList' => '5.20200717',
+ 'Module::CoreList::Utils'=> '5.20200717',
+ 'feature' => '1.59',
},
removed => {
}