In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9927ab6ab90ba710ebd3b027dd97c9fb9cc97623?hp=9b7d3fdf8458e3581b4fb3a6c557b4db4e1f31e8>

- Log -----------------------------------------------------------------
commit 9927ab6ab90ba710ebd3b027dd97c9fb9cc97623
Author: Steve Hay <[email protected]>
Date:   Thu Jun 29 18:07:55 2017 +0100

    5.27.0 contained 5.20170531; 5.27.1 contained 5.20170621
    
    The 5.27.0 data was correct until commit a6b08d8b5d, which wrongly updated
    it to 5.20170620 instead of adding 5.27.1 stubs saying that.
    That mistake was perhaps the reason that 5.27.1 ended up containing
    5.20170621 rather than the expected 5.20170620?

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm

commit 59b1919d934677201186e6267d61208f8f1ac94a
Author: Steve Hay <[email protected]>
Date:   Thu Jun 29 17:49:45 2017 +0100

    Impending 5.27.2 release will be 20 July, not 22 June

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm

commit 101db47b2467828e6f97e551076771bb08cc7f39
Author: Steve Hay <[email protected]>
Date:   Thu Jun 29 17:44:00 2017 +0100

    Tick off 5.27.1 release

M       Porting/release_schedule.pod
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_schedule.pod                             |  2 +-
 dist/Module-CoreList/Changes                             |  4 ++--
 dist/Module-CoreList/lib/Module/CoreList.pm              | 14 +++++++-------
 dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm |  2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm        |  2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod
index e838e71a35..4c536449a7 100644
--- a/Porting/release_schedule.pod
+++ b/Porting/release_schedule.pod
@@ -57,7 +57,7 @@ you should reset the version numbers to the next blead series.
 =head2 Perl 5.27
 
   2017-05-31  5.27.0 ✓        Sawyer X
-  2017-06-20  5.27.1          Eric Herman
+  2017-06-20  5.27.1 ✓        Eric Herman
   2017-07-20  5.27.2          Aaron Crane
   2017-08-20  5.27.3          Matthew Horsfall
   2017-09-20  5.27.4          John Anderson
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 351676c44b..4aabd52a90 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,7 +1,7 @@
-5.20170622
+5.20170720
   - Updated for v5.27.2
 
-5.20170620
+5.20170621
   - Updated for v5.27.1
 
 5.20170531
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 419b07d3dd..58b433046a 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.20170622';
+$VERSION = '5.20170720';
 
 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__) } }
@@ -14112,9 +14112,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'B::Deparse'            => '1.41',
             'B::Op_private'         => '5.027000',
             'Config'                => '5.027',
-            'Module::CoreList'      => '5.20170620',
-            'Module::CoreList::TieHashDelta'=> '5.20170620',
-            'Module::CoreList::Utils'=> '5.20170620',
+            'Module::CoreList'      => '5.20170531',
+            'Module::CoreList::TieHashDelta'=> '5.20170531',
+            'Module::CoreList::Utils'=> '5.20170531',
             'O'                     => '1.02',
             'attributes'            => '0.3',
             'feature'               => '1.48',
@@ -14273,9 +14273,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         changed => {
             'B::Op_private'         => '5.027002',
             'Config'                => '5.027002',
-            'Module::CoreList'      => '5.20170622',
-            'Module::CoreList::TieHashDelta'=> '5.20170622',
-            'Module::CoreList::Utils'=> '5.20170622',
+            'Module::CoreList'      => '5.20170720',
+            'Module::CoreList::TieHashDelta'=> '5.20170720',
+            'Module::CoreList::Utils'=> '5.20170720',
             'Unicode'               => '10.0.0',
         },
         removed => {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index cad75a7e3d..e3701a2950 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.20170622';
+$VERSION = '5.20170720';
 
 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 01ec6e305c..1b3d1ae3a0 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.20170622';
+$VERSION = '5.20170720';
 
 sub utilities {
     my $perl = shift;

--
Perl5 Master Repository

Reply via email to