In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d3d407676aa1d9fb81ebb567c0fbe40e421f0223?hp=bc46539af4d62797e9370956be958f5305250dde>

- Log -----------------------------------------------------------------
commit d3d407676aa1d9fb81ebb567c0fbe40e421f0223
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Sat Sep 24 23:55:25 2016 +0100

    Bump Module-CoreList version for bc46539a
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                             | 3 +++
 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, 6 insertions(+), 3 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index a6cb09f..98806d8 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20161020
+  - Updated for v5.25.6
+
 5.20160920
   - Updated for v5.25.5
 
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index c106374..3e12f8d 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -3,7 +3,7 @@ use strict;
 use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use version;
-$VERSION = '5.20160920';
+$VERSION = '5.20161020';
 
 sub _undelta {
     my ($delta) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index e7623eb..c2b432b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.20160920';
+$VERSION = '5.20161020';
 
 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 90e653b..a7a214c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -5,7 +5,7 @@ use warnings;
 use vars qw[$VERSION %utilities];
 use Module::CoreList;
 
-$VERSION = '5.20160920';
+$VERSION = '5.20161020';
 
 sub utilities {
     my $perl = shift;

--
Perl5 Master Repository

Reply via email to