In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6f30c2648bf1dda7af5cc205448f8990d2383264?hp=b011e696e18f21d188fce6cce32c17498241fadc>

- Log -----------------------------------------------------------------
commit 6f30c2648bf1dda7af5cc205448f8990d2383264
Author: Ricardo Signes <r...@cpan.org>
Date:   Sat Apr 23 18:51:26 2016 +0100

    bump perl version to v5.24.0-RC2

M       patchlevel.h
M       pod/perlhist.pod

commit aec451e99ad2c06e1e63b6207d90abcb31d8f0e1
Author: Ricardo Signes <r...@cpan.org>
Date:   Sat Apr 23 18:38:01 2016 +0100

    corelist: update Time::HiRes for v5.24.0

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

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm | 1 +
 patchlevel.h                                | 2 +-
 pod/perlhist.pod                            | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 29257d9..7e7ce7f 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -12375,6 +12375,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Pod::Text::Color'      => '4.07',
             'Pod::Text::Overstrike' => '4.07',
             'Pod::Text::Termcap'    => '4.07',
+            'Time::HiRes'           => '1.9733',
         },
         removed => {
         }
diff --git a/patchlevel.h b/patchlevel.h
index 97beacf..2a7c7a3 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -133,7 +133,7 @@ hunk.
 #  endif
 static const char * const local_patches[] = {
        NULL
-  ,"RC1"
+  ,"RC2"
 #ifdef PERL_GIT_UNCOMMITTED_CHANGES
        ,"uncommitted-changes"
 #endif
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 69d18ab..501ef02 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -579,6 +579,7 @@ the strings?).
  Abigail   5.23.9       2016-Mar-20
 
  Ricardo   5.24.0-RC1   2016-Apr-13     The 5.24 maintenance track
+ Ricardo   5.24.0-RC2   2016-Apr-23
 
 =head2 SELECTED RELEASE SIZES
 

--
Perl5 Master Repository

Reply via email to