@@ -4,7 +4,7 @@ use strict;
44our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
55
66use version;
7- our $VERSION = '5.20250220 ';
7+ our $VERSION = '5.20250321 ';
88
99sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
1010sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -435,7 +435,7 @@ sub changes_between {
435435 5.040001 => '2025-01-18',
436436 5.041008 => '2025-01-20',
437437 5.041009 => '2025-02-24',
438- 5.041010 => '2025-03-20 ',
438+ 5.041010 => '2025-03-21 ',
439439 );
440440
441441for my $version ( sort { $a <=> $b } keys %released ) {
@@ -22991,8 +22991,61 @@ for my $version ( sort { $a <=> $b } keys %released ) {
2299122991 5.041010 => {
2299222992 delta_from => 5.041009,
2299322993 changed => {
22994+ 'Archive::Tar' => '3.04',
22995+ 'Archive::Tar::Constant'=> '3.04',
22996+ 'Archive::Tar::File' => '3.04',
2299422997 'B::Op_private' => '5.041010',
22998+ 'Benchmark' => '1.27',
2299522999 'Config' => '5.04101',
23000+ 'ExtUtils::Command' => '7.72',
23001+ 'ExtUtils::Command::MM' => '7.72',
23002+ 'ExtUtils::Liblist' => '7.72',
23003+ 'ExtUtils::Liblist::Kid'=> '7.72',
23004+ 'ExtUtils::MM' => '7.72',
23005+ 'ExtUtils::MM_AIX' => '7.72',
23006+ 'ExtUtils::MM_Any' => '7.72',
23007+ 'ExtUtils::MM_BeOS' => '7.72',
23008+ 'ExtUtils::MM_Cygwin' => '7.72',
23009+ 'ExtUtils::MM_DOS' => '7.72',
23010+ 'ExtUtils::MM_Darwin' => '7.72',
23011+ 'ExtUtils::MM_MacOS' => '7.72',
23012+ 'ExtUtils::MM_NW5' => '7.72',
23013+ 'ExtUtils::MM_OS2' => '7.72',
23014+ 'ExtUtils::MM_OS390' => '7.72',
23015+ 'ExtUtils::MM_QNX' => '7.72',
23016+ 'ExtUtils::MM_UWIN' => '7.72',
23017+ 'ExtUtils::MM_Unix' => '7.72',
23018+ 'ExtUtils::MM_VMS' => '7.72',
23019+ 'ExtUtils::MM_VOS' => '7.72',
23020+ 'ExtUtils::MM_Win32' => '7.72',
23021+ 'ExtUtils::MM_Win95' => '7.72',
23022+ 'ExtUtils::MY' => '7.72',
23023+ 'ExtUtils::MakeMaker' => '7.72',
23024+ 'ExtUtils::MakeMaker::Config'=> '7.72',
23025+ 'ExtUtils::MakeMaker::Locale'=> '7.72',
23026+ 'ExtUtils::MakeMaker::version'=> '7.72',
23027+ 'ExtUtils::MakeMaker::version::regex'=> '7.72',
23028+ 'ExtUtils::Mkbootstrap' => '7.72',
23029+ 'ExtUtils::Mksymlists' => '7.72',
23030+ 'ExtUtils::testlib' => '7.72',
23031+ 'Math::BigFloat' => '2.004001',
23032+ 'Math::BigInt' => '2.004001',
23033+ 'Math::BigInt::Calc' => '2.004001',
23034+ 'Math::BigInt::FastCalc'=> '0.5019',
23035+ 'Math::BigInt::Lib' => '2.004001',
23036+ 'Math::BigRat' => '2.004001',
23037+ 'Module::CoreList' => '5.20250321',
23038+ 'Module::CoreList::Utils'=> '5.20250321',
23039+ 'Safe' => '2.47',
23040+ 'Search::Dict' => '1.08',
23041+ 'Storable' => '3.36',
23042+ 'VMS::Filespec' => '1.15',
23043+ 'XS::APItest' => '1.41',
23044+ 'builtin' => '0.018',
23045+ 'feature' => '1.95',
23046+ 'fields' => '2.27',
23047+ 'threads' => '2.43',
23048+ 'warnings' => '1.74',
2299623049 },
2299723050 removed => {
2299823051 }
0 commit comments