mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Prepare Module::CoreList for 5.43.7
This commit is contained in:
parent
2a279c3def
commit
185d332066
3
dist/Module-CoreList/Changes
vendored
3
dist/Module-CoreList/Changes
vendored
@ -1,3 +1,6 @@
|
||||
5.20260120
|
||||
- Updated for v5.43.7
|
||||
|
||||
5.20251220
|
||||
- Updated for v5.43.6
|
||||
|
||||
|
||||
21
dist/Module-CoreList/lib/Module/CoreList.pm
vendored
21
dist/Module-CoreList/lib/Module/CoreList.pm
vendored
@ -4,7 +4,7 @@ use strict;
|
||||
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
|
||||
|
||||
use version;
|
||||
our $VERSION = '5.20251220';
|
||||
our $VERSION = '5.20260120';
|
||||
|
||||
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__) } }
|
||||
@ -451,6 +451,7 @@ sub changes_between {
|
||||
5.043004 => '2025-10-22',
|
||||
5.043005 => '2025-11-20',
|
||||
5.043006 => '2025-12-20',
|
||||
5.043007 => '2026-01-20',
|
||||
);
|
||||
|
||||
for my $version ( sort { $a <=> $b } keys %released ) {
|
||||
@ -24380,6 +24381,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
5.043007 => {
|
||||
delta_from => 5.043006,
|
||||
changed => {
|
||||
'B::Op_private' => '5.043007',
|
||||
'Config' => '5.043007',
|
||||
'Module::CoreList' => '5.20260120',
|
||||
'Module::CoreList::Utils'=> '5.20260120',
|
||||
},
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
sub is_core
|
||||
@ -26089,6 +26101,13 @@ sub is_core
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
5.043007 => {
|
||||
delta_from => 5.043006,
|
||||
changed => {
|
||||
},
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
%deprecated = _undelta(\%deprecated);
|
||||
|
||||
@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
use Module::CoreList;
|
||||
|
||||
our $VERSION = '5.20251220';
|
||||
our $VERSION = '5.20260120';
|
||||
our %utilities;
|
||||
|
||||
sub utilities {
|
||||
@ -2217,6 +2217,13 @@ my %delta = (
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
5.043007 => {
|
||||
delta_from => 5.043006,
|
||||
changed => {
|
||||
},
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
%utilities = Module::CoreList::_undelta(\%delta);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user