summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-07-17 13:12:05 +0300
committerSawyer X <xsawyerx@cpan.org>2020-07-17 13:12:05 +0300
commitb46afa87d5599d3972ac60962a19dffd94993844 (patch)
tree53667b5b0a89c7c648ac909d0167eb98d4472f7b /dist
parente4543a2055aeeb5ef42eb7a84fae20b71643c972 (diff)
downloadperl-b46afa87d5599d3972ac60962a19dffd94993844.tar.gz
Update Module::CoreList for 5.33.0
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm7
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 7 insertions, 4 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..2540251ef5 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20200620';
+our $VERSION = '5.20200717';
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -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 => {
}
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 8ed651d733..2976135f71 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20200620';
+our $VERSION = '5.20200717';
our %utilities;
sub utilities {