summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList.pm
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-10-21 23:04:31 +0200
committerLeon Timmermans <fawaka@gmail.com>2021-10-21 23:04:31 +0200
commit602f5a1f5bb12080f2f680f7175312d906f3dcfd (patch)
tree52a9a025fda9101a93d6be7154be62481ccf3223 /dist/Module-CoreList/lib/Module/CoreList.pm
parent134427ad64ccd782505c1290ab634592713e0230 (diff)
downloadperl-602f5a1f5bb12080f2f680f7175312d906f3dcfd.tar.gz
Prepare Module::Corelist for 5.35.6
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm14
1 files changed, 13 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 88783d1870..43fc96903c 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.20211020';
+our $VERSION = '5.20211120';
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__) } }
@@ -18978,8 +18978,13 @@ for my $version ( sort { $a <=> $b } keys %released ) {
5.035006 => {
delta_from => 5.035005,
changed => {
+ 'B::Op_private' => '5.035006',
+ 'Config' => '5.035006',
+ 'Module::CoreList' => '5.20211120',
+ 'Module::CoreList::Utils'=> '5.20211120',
},
removed => {
+ 'Math::BigRat::Trace' => 1,
}
},
);
@@ -20229,6 +20234,13 @@ sub is_core
removed => {
}
},
+ 5.035006 => {
+ delta_from => 5.035005,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);