summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2022-01-20 17:39:07 -0600
committerNicolas R <atoomic@cpan.org>2022-01-20 17:42:10 -0600
commit01b98f89005ef5cddfb7148bb61d7d920868d863 (patch)
tree2e704c243fb815b0b498d0bea7665f45caaa6278
parent1d0cac93b1d972d8d80ec20bf2317290419a0179 (diff)
downloadperl-01b98f89005ef5cddfb7148bb61d7d920868d863.tar.gz
Bumped Module-CoreList ready for 5.35.9
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm21
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
3 files changed, 31 insertions, 2 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 36d88b4a1b..4160609e07 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20220220
+ - Updated for v5.35.9
+
5.20220120
- Updated for v5.35.8
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 26a23da275..652849f79e 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.20220120';
+our $VERSION = '5.20220220';
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__) } }
@@ -387,6 +387,7 @@ sub changes_between {
5.035006 => '2021-11-20',
5.035007 => '2021-12-20',
5.035008 => '2022-01-20',
+ 5.035009 => '2022-02-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -19114,6 +19115,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.035009 => {
+ delta_from => 5.035008,
+ changed => {
+ 'B::Op_private' => '5.035009',
+ 'Config' => '5.035009',
+ 'Module::CoreList' => '5.20220220',
+ 'Module::CoreList::Utils' => '5.20220220',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -20382,6 +20394,13 @@ sub is_core
removed => {
}
},
+ 5.035009 => {
+ delta_from => 5.035008,
+ 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 f0e738fa7a..f88d83553c 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.20220120';
+our $VERSION = '5.20220220';
our %utilities;
sub utilities {
@@ -1769,6 +1769,13 @@ my %delta = (
removed => {
}
},
+ 5.035009 => {
+ delta_from => 5.035008,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);