mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Prepare Module::Corelist
This commit is contained in:
parent
d47ea5d4a0
commit
77fd20a561
3
dist/Module-CoreList/Changes
vendored
3
dist/Module-CoreList/Changes
vendored
@ -1,3 +1,6 @@
|
||||
5.20260220
|
||||
- Updated for v5.43.8
|
||||
|
||||
5.20260119
|
||||
- Updated for v5.43.7
|
||||
|
||||
|
||||
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.20260119';
|
||||
our $VERSION = '5.20260220';
|
||||
|
||||
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__) } }
|
||||
@ -452,6 +452,7 @@ sub changes_between {
|
||||
5.043005 => '2025-11-20',
|
||||
5.043006 => '2025-12-20',
|
||||
5.043007 => '2026-01-19',
|
||||
5.043008 => '2026-02-20',
|
||||
);
|
||||
|
||||
for my $version ( sort { $a <=> $b } keys %released ) {
|
||||
@ -24409,6 +24410,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
5.043008 => {
|
||||
delta_from => 5.043007,
|
||||
changed => {
|
||||
'B::Op_private' => '5.043008',
|
||||
'Config' => '5.043008',
|
||||
'Module::CoreList' => '5.20260220',
|
||||
'Module::CoreList::Utils'=> '5.20260220',
|
||||
},
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
sub is_core
|
||||
@ -26125,6 +26137,13 @@ sub is_core
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
5.043008 => {
|
||||
delta_from => 5.043007,
|
||||
changed => {
|
||||
},
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
%deprecated = _undelta(\%deprecated);
|
||||
|
||||
@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
use Module::CoreList;
|
||||
|
||||
our $VERSION = '5.20260119';
|
||||
our $VERSION = '5.20260220';
|
||||
our %utilities;
|
||||
|
||||
sub utilities {
|
||||
@ -2224,6 +2224,13 @@ my %delta = (
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
5.043008 => {
|
||||
delta_from => 5.043007,
|
||||
changed => {
|
||||
},
|
||||
removed => {
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
%utilities = Module::CoreList::_undelta(\%delta);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user