Skip to content

Commit d628217

Browse files
committed
Update Module::CoreList for 5.41.13
1 parent 5c2e757 commit d628217

File tree

3 files changed

+65
-8
lines changed

3 files changed

+65
-8
lines changed

dist/Module-CoreList/Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.20250422
1+
5.20250528
22
- Updated for v5.41.13
33

44
5.20250421

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
55

66
use version;
7-
our $VERSION = '5.20250422';
7+
our $VERSION = '5.20250528';
88

99
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
1010
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -440,7 +440,7 @@ sub changes_between {
440440
5.040002 => '2025-04-13',
441441
5.041011 => '2025-04-20',
442442
5.041012 => '2025-04-21',
443-
5.041013 => '2025-04-22',
443+
5.041013 => '2025-05-28',
444444
);
445445

446446
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -23355,12 +23355,69 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2335523355
5.041013 => {
2335623356
delta_from => 5.041012,
2335723357
changed => {
23358+
'B::Deparse' => '1.85',
2335823359
'B::Op_private' => '5.041013',
2335923360
'Config' => '5.041013',
23360-
'Module::CoreList' => '5.20250422',
23361-
'Module::CoreList::Utils'=> '5.20250422',
23362-
},
23363-
removed => {
23361+
'ExtUtils::CBuilder' => '0.280241',
23362+
'ExtUtils::CBuilder::Base'=> '0.280241',
23363+
'ExtUtils::CBuilder::Platform::Unix'=> '0.280241',
23364+
'ExtUtils::CBuilder::Platform::VMS'=> '0.280241',
23365+
'ExtUtils::CBuilder::Platform::Windows'=> '0.280241',
23366+
'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280241',
23367+
'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280241',
23368+
'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280241',
23369+
'ExtUtils::CBuilder::Platform::aix'=> '0.280241',
23370+
'ExtUtils::CBuilder::Platform::android'=> '0.280241',
23371+
'ExtUtils::CBuilder::Platform::cygwin'=> '0.280241',
23372+
'ExtUtils::CBuilder::Platform::darwin'=> '0.280241',
23373+
'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280241',
23374+
'ExtUtils::CBuilder::Platform::os2'=> '0.280241',
23375+
'ExtUtils::Command' => '7.76',
23376+
'ExtUtils::Command::MM' => '7.76',
23377+
'ExtUtils::Liblist' => '7.76',
23378+
'ExtUtils::Liblist::Kid'=> '7.76',
23379+
'ExtUtils::MM' => '7.76',
23380+
'ExtUtils::MM_AIX' => '7.76',
23381+
'ExtUtils::MM_Any' => '7.76',
23382+
'ExtUtils::MM_BeOS' => '7.76',
23383+
'ExtUtils::MM_Cygwin' => '7.76',
23384+
'ExtUtils::MM_DOS' => '7.76',
23385+
'ExtUtils::MM_Darwin' => '7.76',
23386+
'ExtUtils::MM_MacOS' => '7.76',
23387+
'ExtUtils::MM_NW5' => '7.76',
23388+
'ExtUtils::MM_OS2' => '7.76',
23389+
'ExtUtils::MM_OS390' => '7.76',
23390+
'ExtUtils::MM_QNX' => '7.76',
23391+
'ExtUtils::MM_UWIN' => '7.76',
23392+
'ExtUtils::MM_Unix' => '7.76',
23393+
'ExtUtils::MM_VMS' => '7.76',
23394+
'ExtUtils::MM_VOS' => '7.76',
23395+
'ExtUtils::MM_Win32' => '7.76',
23396+
'ExtUtils::MM_Win95' => '7.76',
23397+
'ExtUtils::MY' => '7.76',
23398+
'ExtUtils::MakeMaker' => '7.76',
23399+
'ExtUtils::MakeMaker::Config'=> '7.76',
23400+
'ExtUtils::MakeMaker::Locale'=> '7.76',
23401+
'ExtUtils::MakeMaker::version'=> '7.76',
23402+
'ExtUtils::MakeMaker::version::regex'=> '7.76',
23403+
'ExtUtils::Mkbootstrap' => '7.76',
23404+
'ExtUtils::Mksymlists' => '7.76',
23405+
'ExtUtils::testlib' => '7.76',
23406+
'Module::CoreList' => '5.20250528',
23407+
'Module::CoreList::Utils'=> '5.20250528',
23408+
'SelfLoader' => '1.28',
23409+
'Thread' => '3.06',
23410+
'Tie::File' => '1.10',
23411+
'Unicode::UCD' => '0.81',
23412+
'builtin' => '0.019',
23413+
'experimental' => '0.035',
23414+
'feature' => '1.96',
23415+
're' => '0.48',
23416+
'stable' => '0.035',
23417+
'strict' => '1.14',
23418+
},
23419+
removed => {
23420+
'unicore::Name' => 1,
2336423421
}
2336523422
},
2336623423
);

dist/Module-CoreList/lib/Module/CoreList/Utils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Module::CoreList;
66

7-
our $VERSION = '5.20250422';
7+
our $VERSION = '5.20250528';
88
our %utilities;
99

1010
sub utilities {

0 commit comments

Comments
 (0)