In perl.git, the branch arc/525/carp-cpan-100183 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0d332ade3828d58a9bccd4db5b4df44aab9adc81?hp=62aeab1bc40754e229a602513249267963499020>

  discards  62aeab1bc40754e229a602513249267963499020 (commit)
- Log -----------------------------------------------------------------
commit 0d332ade3828d58a9bccd4db5b4df44aab9adc81
Author: Aaron Crane <[email protected]>
Date:   Sun Apr 24 16:24:43 2016 +0100

    [cpan#100183] Add missing "<FH> chunk #" phrase to Carp messages
    
    Commit 89988fbd2f7d8a44526a3cd9ab671b3102898bc9 added the relevant phrase 
for
    line-oriented filehandles; this extends that to also cover chunk-oriented
    ones.
    
    The patch was supplied by Chris R Donnelly <[email protected]> on the
    rt.cpan.org ticket; I have extended it to include a test.
-----------------------------------------------------------------------

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