Skip to content

Commit b0ce853

Browse files
committed
Update Module::CoreList for 5.41.5
1 parent b51608b commit b0ce853

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22395,8 +22395,28 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2239522395
changed => {
2239622396
'B::Op_private' => '5.041005',
2239722397
'Config' => '5.041005',
22398+
'Digest::MD5' => '2.59',
22399+
'ExtUtils::ParseXS' => '3.55',
22400+
'ExtUtils::ParseXS::Constants'=> '3.55',
22401+
'ExtUtils::ParseXS::CountLines'=> '3.55',
22402+
'ExtUtils::ParseXS::Eval'=> '3.55',
22403+
'ExtUtils::ParseXS::Node'=> '3.55',
22404+
'ExtUtils::ParseXS::Utilities'=> '3.55',
22405+
'ExtUtils::Typemaps' => '3.55',
22406+
'ExtUtils::Typemaps::Cmd'=> '3.55',
22407+
'ExtUtils::Typemaps::InputMap'=> '3.55',
22408+
'ExtUtils::Typemaps::OutputMap'=> '3.55',
22409+
'ExtUtils::Typemaps::Type'=> '3.55',
22410+
'IPC::Open2' => '1.07',
22411+
'IPC::Open3' => '1.23',
22412+
'List::Util' => '1.68',
22413+
'List::Util::XS' => '1.68',
2239822414
'Module::CoreList' => '5.20241020',
2239922415
'Module::CoreList::Utils'=> '5.20241020',
22416+
'Scalar::List::Utils' => '1.68',
22417+
'Scalar::Util' => '1.68',
22418+
'Sub::Util' => '1.68',
22419+
'threads::shared' => '1.70',
2240022420
},
2240122421
removed => {
2240222422
}
@@ -24230,6 +24250,7 @@ sub is_core
2423024250
'Pod::Text::Overstrike' => 'cpan',
2423124251
'Pod::Text::Termcap' => 'cpan',
2423224252
'Pod::Usage' => 'cpan',
24253+
'Scalar::List::Utils' => 'cpan',
2423324254
'Scalar::Util' => 'cpan',
2423424255
'Socket' => 'cpan',
2423524256
'Sub::Util' => 'cpan',
@@ -24791,6 +24812,7 @@ sub is_core
2479124812
'Pod::Text::Overstrike' => 'https://github.com/rra/podlators/issues',
2479224813
'Pod::Text::Termcap' => 'https://github.com/rra/podlators/issues',
2479324814
'Pod::Usage' => 'https://github.com/Dual-Life/Pod-Usage/issues',
24815+
'Scalar::List::Utils' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils',
2479424816
'Scalar::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils',
2479524817
'Socket' => undef,
2479624818
'Sub::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils',

0 commit comments

Comments
 (0)