In perl.git, the branch maint-5.14 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3e467ae0bf0a6262b07746bbeba550202da6acf8?hp=60ebb1cd3cd83939be9254493cfe7e58f41c52f2>

- Log -----------------------------------------------------------------
commit 3e467ae0bf0a6262b07746bbeba550202da6acf8
Author: Dominic Hargreaves <d...@earth.li>
Date:   Thu Oct 11 19:56:22 2012 +0100

    Add 5.14.3 to perlhist

M       pod/perlhist.pod

commit 9461ae2d4d028535d57daf2a788c3ff2f3b9fd51
Author: Dominic Hargreaves <d...@earth.li>
Date:   Thu Oct 11 20:25:52 2012 +0100

    add Digest pointer to security section

M       pod/perldelta.pod

commit 23d7696a6093cecc891d768496763d02b8ab1dc5
Author: Dominic Hargreaves <d...@earth.li>
Date:   Thu Oct 11 20:01:53 2012 +0100

    perldelta for Module::CoreList

M       pod/perldelta.pod

commit 5b237687d094a9534d551f3567ba341c9bfaf4ff
Author: Dominic Hargreaves <d...@earth.li>
Date:   Thu Oct 11 19:31:03 2012 +0100

    Bump Module::CoreList version again in order to fix %released
    
    I added 5.14.3 to %released too soon, with a date that does not reflect
    the final release date. This commit creates a new version of
    Module::CoreList which fixes this.

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

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm |    6 +++---
 pod/perldelta.pod                           |   11 +++++++++++
 pod/perlhist.pod                            |    5 +++--
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 143061d..9654005 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -2,7 +2,7 @@ package Module::CoreList;
 use strict;
 use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated/;
-$VERSION = '2.49_03';
+$VERSION = '2.49_04';
 
 =head1 NAME
 
@@ -350,7 +350,7 @@ sub removed_raw {
     5.014000 => '2011-05-14',
     5.014001 => '2011-06-16',
     5.014002 => '2011-09-26',
-    5.014003 => '2012-09-26',
+    5.014003 => '2012-10-12',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -26055,7 +26055,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
        'Module::Build::PodParser'=> '0.3800',
        'Module::Build::Version'=> '0.87',
        'Module::Build::YAML'   => '1.41',
-       'Module::CoreList'      => '2.49_03',
+       'Module::CoreList'      => '2.49_04',
        'Module::Load'          => '0.18',
        'Module::Load::Conditional'=> '0.44',
        'Module::Loaded'        => '0.06',
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 95f209a..367ce27 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -75,6 +75,17 @@ L<IPC::Open3> has been updated to fix a regression 
introduced in perl
 5.12, which broke C<IPC::Open3::open3($in, $out, $err, '-')>.
 [perl #95748]
 
+=item *
+
+L<Digest> has been upgraded from version 1.16 to 1.16_01.
+
+See L</Security>.
+
+=item *
+
+L<Module::CoreList> has been updated to version 2.49_04 to add data for
+this release.
+
 =back
 
 =head2 Removed Modules and Pragmata
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index a8000f6..cab9d5c 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -31,8 +31,8 @@ Michael Schwern, Rafael Garcia-Suarez, Nicholas Clark, 
Richard Clamp,
 Leon Brocard, Dave Mitchell, Jesse Vincent, Ricardo Signes, Steve Hay,
 Matt S Trout, David Golden, Florian Ragwitz, Tatsuhiko Miyagawa,
 Chris C<BinGOs> Williams, Zefram, Ævar Arnfjörð Bjarmason, Stevan
-Little, Dave Rolsky, Max Maischein, Abigail, Jesse Luehrs and Tony
-Cook.
+Little, Dave Rolsky, Max Maischein, Abigail, Jesse Luehrs, Tony Cook
+and Dominic Hargreaves.
 
 =head2 PUMPKIN?
 
@@ -465,6 +465,7 @@ the strings?).
  Jesse    5.14.1        2011-Jun-16
  Florian  5.14.2-RC1    2011-Sep-19
           5.14.2        2011-Sep-26
+ Dominic  5.14.3        2012-Oct-12
 
  David G  5.15.0        2011-Jun-20     The 5.15 development track
  Zefram   5.15.1        2011-Jul-20

--
Perl5 Master Repository

Reply via email to