From: Steve Hay Date: Sun, 20 Oct 2019 09:52:06 +0000 (+0100) Subject: Finish prepping Module::CoreList for 5.31.5 X-Git-Tag: v5.31.5~8 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/08ae582399f1b593af889abea6974ad61a75d6e9 Finish prepping Module::CoreList for 5.31.5 These bits were missed from commit 3e14cc163c. --- diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index afda1a5..2c906e5 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20191020 + - Updated for v5.31.5 + 5.20190920 - Updated for v5.31.4 diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 9a27ada..59decb3 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.20190920'; +our $VERSION = '5.20191020'; 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__) } } @@ -16829,6 +16829,8 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'B::Op_private' => '5.031005', 'Config' => '5.031005', + 'Module::CoreList' => '5.20191020', + 'Module::CoreList::Utils'=> '5.20191020', }, removed => { } diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 03f2d3c..d279ee4 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.20190920'; +our $VERSION = '5.20191020'; our %utilities; sub utilities {