In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/bd010555b6abf4b2461f9455d3d8fdeafe94c8f2?hp=1e189079dd8d3b401e43a6bd30dc70649336b0c5>

- Log -----------------------------------------------------------------
commit bd010555b6abf4b2461f9455d3d8fdeafe94c8f2
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Tue Jun 20 10:11:00 2017 +0100

    Fix release date for v5.27.1
-----------------------------------------------------------------------

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

diff --git a/dist/Module-CoreList/MANIFEST b/dist/Module-CoreList/MANIFEST
index 9b2b2020e6..5e2592d8c7 100644
--- a/dist/Module-CoreList/MANIFEST
+++ b/dist/Module-CoreList/MANIFEST
@@ -13,6 +13,7 @@ t/corelist.t
 t/deprecated.t
 t/find_modules.t
 t/is_core.t
+t/maintainer.t
 t/pod.t
 t/utils.t
 META.json                                Module JSON meta-data (added by 
MakeMaker)
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 59a1278517..fe4a8c6ac8 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -315,7 +315,7 @@ sub changes_between {
     5.025012 => '2017-04-20',
     5.026000 => '2017-05-30',
     5.027000 => '2017-05-31',
-    5.027001 => '2017-06-03',
+    5.027001 => '2017-06-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {

--
Perl5 Master Repository

Reply via email to