In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/b4353d5a18cbb9d2a0ed09eb9ec8ec6383124b7a?hp=679644e1fc976a83e3b342d85378e0ae9205a8bc>

- Log -----------------------------------------------------------------
commit b4353d5a18cbb9d2a0ed09eb9ec8ec6383124b7a
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 16:48:29 2018 -0600

    disarm RC3 bump

commit 5d41cf9ec3f8b7fa949ea758cd159e34b22abc4b
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 15:08:10 2018 -0600

    bump in perldelta too

commit af74726531295032a9128fa14940e574b8ecbc67
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 15:06:28 2018 -0600

    Bump Module::CoreList

commit b96ef9c3fbaabdee247f263b09ed5f39bdd1decc
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 14:29:38 2018 -0600

    Update META files

commit 39372d1176d5a8248e9bcd483c4c064444f51e33
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 14:29:15 2018 -0600

    bump version to RC3

commit ad06a4010773397573265c9b40a46902122a7d13
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 14:28:38 2018 -0600

    add new release to perlhist

commit 1df2d195798d67ecef6aa55b9d81d5043cbacea5
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 14:07:58 2018 -0600

    Add last comment to perldelta

commit 7be109e9d94b2469b3733f789fca62cecfd808e7
Author: Sawyer X <xsawy...@cpan.org>
Date:   Mon Jun 18 11:46:07 2018 -0600

    Update Module::CoreList for 5.28.0-RC3

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

Summary of changes:
 META.json                                         | 2 +-
 dist/Module-CoreList/Changes                      | 2 +-
 dist/Module-CoreList/lib/Module/CoreList.pm       | 7 +++++--
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 +-
 pod/perldelta.pod                                 | 4 ++--
 pod/perlhist.pod                                  | 1 +
 6 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/META.json b/META.json
index d5172298c8..b330910aeb 100644
--- a/META.json
+++ b/META.json
@@ -114,7 +114,7 @@
          "vxs.inc"
       ]
    },
-   "release_status" : "stable",
+   "release_status" : "testing",
    "resources" : {
       "bugtracker" : {
          "web" : "https://rt.perl.org/";
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 854dc30c92..20d46a2d16 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20180606
+5.20180618
   - Updated for v5.28.0
 
 5.20180420
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index de8be55f0e..739c732649 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.20180606';
+our $VERSION = '5.20180618';
 
 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__) } }
@@ -333,7 +333,7 @@ sub changes_between {
     5.024004 => '2018-04-14',
     5.026002 => '2018-04-14',
     5.027011 => '2018-04-20',
-    5.028000 => '2018-06-06',
+    5.028000 => '2018-06-18',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15435,6 +15435,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     5.028000 => {
         delta_from => 5.027011,
         changed => {
+            'Archive::Tar'          => '2.28',
+            'Archive::Tar::Constant'=> '2.28',
+            'Archive::Tar::File'    => '2.28',
             'B::Op_private'         => '5.028000',
             'Config'                => '5.028',
             'Module::CoreList'      => '5.20180606',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 9d2e9187e9..63e1d036b1 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.20180606';
+our $VERSION = '5.20180618';
 our %utilities;
 
 sub utilities {
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4e21fa5983..723e740c6f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -574,7 +574,7 @@ compatibility.
 
 =item *
 
-L<Archive::Tar> has been upgraded from version 2.24 to 2.26.
+L<Archive::Tar> has been upgraded from version 2.24 to 2.28.
 
 =item *
 
@@ -913,7 +913,7 @@ L<Math::BigRat> has been upgraded from version 0.2611 to 
0.2613.
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.20170530 to 5.20180606.
+L<Module::CoreList> has been upgraded from version 5.20170530 to 5.20180618.
 
 =item *
 
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 6a930fff32..86d4041e2d 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -644,6 +644,7 @@ the strings?).
 
  Sawyer X  5.28.0-RC1   2018-May-21     The 5.28 maintenance track
  Sawyer X  5.28.0-RC2   2018-Jun-06     The 5.28 maintenance track
+ Sawyer X  5.28.0-RC3   2018-Jun-18     The 5.28 maintenance track
 
 =head2 SELECTED RELEASE SIZES
 

-- 
Perl5 Master Repository

Reply via email to