In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/8fc3dfc8f66adbf4c3082cad7d953b82e9aaeca6?hp=81b3f640bb2856350fe6a5efe32056accab1d775>

- Log -----------------------------------------------------------------
commit 8fc3dfc8f66adbf4c3082cad7d953b82e9aaeca6
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Mon Jan 22 19:58:00 2018 +0000

    Reset Module-CoreList versioning back to 5.20180220

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

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

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 951e10df5a..48e477d738 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,7 +1,5 @@
-5.20180222
-  - Improve handling of broken versions in is_core()
-
 5.20180220
+  - Improve handling of broken versions in is_core()
   - Updated for v5.27.9
 
 5.20180120
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index e745159350..1fa648a2a3 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.20180222';
+our $VERSION = '5.20180220';
 
 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/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 857894afd2..3c4541a3bf 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -1,7 +1,7 @@
 # For internal Module::CoreList use only.
 package Module::CoreList::TieHashDelta;
 use strict;
-our $VERSION = '5.20180222';
+our $VERSION = '5.20180220';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 90e506dda5..fe4c6d91e4 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.20180222';
+our $VERSION = '5.20180220';
 our %utilities;
 
 sub utilities {

-- 
Perl5 Master Repository

Reply via email to