From 28399e09d0ac1f7f0d31f7506e7b36f7bb8a0f46 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 20 Apr 2023 18:20:58 +0100 Subject: Module::CoreList - complete post-5.37.10 preparation for 5.37.11 --- dist/Module-CoreList/Changes | 3 +++ dist/Module-CoreList/lib/Module/CoreList.pm | 4 +++- dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index f07785a8b1..9dc309c23b 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20230420 + - Updated for v5.37.11 + 5.20230320 - Updated for v5.37.10 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 100e441d25..1755b78406 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.20230320'; +our $VERSION = '5.20230420'; 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__) } } @@ -20226,6 +20226,8 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'B::Op_private' => '5.037011', 'Config' => '5.037011', + 'Module::CoreList' => '5.20230420', + 'Module::CoreList::Utils'=> '5.20230420', }, removed => { } diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index c880048708..ad53f0d7d0 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20230320'; +our $VERSION = '5.20230420'; our %utilities; sub utilities { -- cgit v1.2.1