summaryrefslogtreecommitdiff
path: root/dist/Module-CoreList/lib/Module/CoreList.pm
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2023-02-20 13:29:55 -0800
committerKaren Etheridge <ether@cpan.org>2023-02-20 13:29:55 -0800
commit965f071e3dfbacb5819eb23de172196295afc991 (patch)
tree82e5e926ca824bfbfafe04036e7f46e5d67f1c6b /dist/Module-CoreList/lib/Module/CoreList.pm
parent056f22fa7ae6b699f2e9ce580576559128726965 (diff)
downloadperl-965f071e3dfbacb5819eb23de172196295afc991.tar.gz
Prepare Module::CoreList for 5.37.10
Diffstat (limited to 'dist/Module-CoreList/lib/Module/CoreList.pm')
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm21
1 files changed, 20 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 296c27c44c..07915ff365 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20230220';
+our $VERSION = '5.20230320';
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__) } }
@@ -402,6 +402,7 @@ sub changes_between {
5.037007 => '2022-12-20',
5.037008 => '2023-01-20',
5.037009 => '2023-02-20',
+ 5.037010 => '2023-03-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -20105,6 +20106,17 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.037010 => {
+ delta_from => 5.037009,
+ changed => {
+ 'B::Op_private' => '5.037010',
+ 'Config' => '5.03701',
+ 'Module::CoreList' => '5.20230320',
+ 'Module::CoreList::Utils'=> '5.20230320',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -21478,6 +21490,13 @@ sub is_core
removed => {
}
},
+ 5.037010 => {
+ delta_from => 5.037009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);