From 01b98f89005ef5cddfb7148bb61d7d920868d863 Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Thu, 20 Jan 2022 17:39:07 -0600 Subject: Bumped Module-CoreList ready for 5.35.9 --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 21 ++++++++++++++++++++- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 9 ++++++++- 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); -- cgit v1.2.1