summaryrefslogtreecommitdiff
path: root/dist
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
parent134427ad64ccd782505c1290ab634592713e0230 (diff)
downloadperl-602f5a1f5bb12080f2f680f7175312d906f3dcfd.tar.gz
Prepare Module::Corelist for 5.35.6
Diffstat (limited to 'dist')
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm14
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm4
3 files changed, 18 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 6f9183b63e..8d8e79b232 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.10211120
+ - Updated for v5.35.6
+
5.20211020
- Updated for v5.35.5
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);
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 1d9bd1d540..0636ff7773 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.20211020';
+our $VERSION = '5.20211120';
our %utilities;
sub utilities {
@@ -1749,7 +1749,7 @@ my %delta = (
}
},
5.035006 => {
- delta_from => 5.035004,
+ delta_from => 5.035005,
changed => {
},
removed => {