In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/e99983e139f0d01e13ce984c3021a4f80adf3114?hp=3aa95a1ebca0f6b90c33b4d65f5f87e041ddd652>

- Log -----------------------------------------------------------------
commit e99983e139f0d01e13ce984c3021a4f80adf3114
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Fri Apr 20 12:13:14 2018 +0100

    Bump Module-CoreList so is higher than version on CPAN

-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm       | 2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 01f5da3ebe..504f54e4b7 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.20180321';
+our $VERSION = '5.20180421';
 
 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__) } }
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 1cbb727e98..25f510d0f8 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.20180321';
+our $VERSION = '5.20180421';
 our %utilities;
 
 sub utilities {

-- 
Perl5 Master Repository

Reply via email to