In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/79ce1a76a68648f6b503f9be5f59f10e15c2996d?hp=3e91b2051efe63da7b76f3c0bc75eb11fa977136>

- Log -----------------------------------------------------------------
commit 79ce1a76a68648f6b503f9be5f59f10e15c2996d
Author: Steve Hay <[email protected]>
Date:   Mon Apr 20 20:40:07 2015 +0100

    5.21.11 today

M       pod/perlhist.pod

commit 2a7a05b47b7fc50a963c330eb7ba44292f28faac
Author: Steve Hay <[email protected]>
Date:   Mon Apr 20 20:39:53 2015 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit 6432c40a7dadf4b8482241ba4160a9fb3a352d2e
Author: Steve Hay <[email protected]>
Date:   Mon Apr 20 20:31:25 2015 +0100

    Update Module::CoreList for 5.21.11

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

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm | 36 +++++++++++++++++++++++++++--
 pod/perldelta.pod                           | 32 ++++++++++++++++++++++---
 pod/perlhist.pod                            |  1 +
 3 files changed, 64 insertions(+), 5 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 6f629af..87029ed 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -274,7 +274,7 @@ sub changes_between {
     5.020002 => '2015-02-14',
     5.021009 => '2015-02-21',
     5.021010 => '2015-03-20',
-    5.021011 => '????-??-??',
+    5.021011 => '2015-04-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11353,13 +11353,45 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
         }
     },
     5.021011 => {
-        delta_from => 5.02101,
+        delta_from => 5.021010,
         changed => {
+            'B'                     => '1.58',
+            'B::Deparse'            => '1.35',
             'B::Op_private'         => '5.021011',
+            'CPAN'                  => '2.11',
             'Config'                => '5.021011',
+            'Config::Perl::V'       => '0.24',
+            'Cwd'                   => '3.56',
+            'ExtUtils::Miniperl'    => '1.05',
+            'ExtUtils::ParseXS'     => '3.28',
+            'ExtUtils::ParseXS::Constants'=> '3.28',
+            'ExtUtils::ParseXS::CountLines'=> '3.28',
+            'ExtUtils::ParseXS::Eval'=> '3.28',
+            'ExtUtils::ParseXS::Utilities'=> '3.28',
+            'ExtUtils::Typemaps'    => '3.28',
+            'ExtUtils::Typemaps::Cmd'=> '3.28',
+            'ExtUtils::Typemaps::InputMap'=> '3.28',
+            'ExtUtils::Typemaps::OutputMap'=> '3.28',
+            'ExtUtils::Typemaps::Type'=> '3.28',
+            'File::Spec'            => '3.56',
+            'File::Spec::Cygwin'    => '3.56',
+            'File::Spec::Epoc'      => '3.56',
+            'File::Spec::Functions' => '3.56',
+            'File::Spec::Mac'       => '3.56',
+            'File::Spec::OS2'       => '3.56',
+            'File::Spec::Unix'      => '3.56',
+            'File::Spec::VMS'       => '3.56',
+            'File::Spec::Win32'     => '3.56',
+            'IO::Socket::IP'        => '0.37',
             'Module::CoreList'      => '5.20150420',
             'Module::CoreList::TieHashDelta'=> '5.20150420',
             'Module::CoreList::Utils'=> '5.20150420',
+            'PerlIO::mmap'          => '0.014',
+            'XS::APItest'           => '0.72',
+            'attributes'            => '0.27',
+            'if'                    => '0.0604',
+            'utf8'                  => '1.16',
+            'warnings'              => '1.32',
         },
         removed => {
         }
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 573bd1b..567f5ae 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -366,9 +366,35 @@ A regression in Perl 5.21 in the matching of C</[A-Z]/ai> 
has been fixed.
 
 =head1 Acknowledgements
 
-XXX Generate this with:
-
-  perl Porting/acknowledgements.pl v5.21.10..HEAD
+Perl 5.21.11 represents approximately 4 weeks of development since Perl 5.21.10
+and contains approximately 5,800 lines of changes across 240 files from 24
+authors.
+
+Excluding auto-generated files, documentation and release tools, there were
+approximately 1,700 lines of changes to 160 .pm, .t, .c and .h files.
+
+Perl continues to flourish into its third decade thanks to a vibrant community
+of users and developers.  The following people are known to have contributed
+the improvements that became Perl 5.21.11:
+
+Alex Vandiver, Andreas König, Craig A. Berry, Dagfinn Ilmari Mannsåker, 
Daniel
+Dragan, David Golden, David Mitchell, Father Chrysostomos, H.Merijn Brand,
+Herbert Breunung, Hugo van der Sanden, James E Keenan, James McCoy, Karl
+Williamson, Matthew Horsfall, Max Maischein, Nicholas Clark, Rafael
+Garcia-Suarez, Randy Stauner, Ricardo Signes, Shirakata Kentaro, Steffen
+Müller, Steve Hay, Tony Cook.
+
+The list above is almost certainly incomplete as it is automatically generated
+from version control history.  In particular, it does not include the names of
+the (very much appreciated) contributors who reported issues to the Perl bug
+tracker.
+
+Many of the changes included in this version originated in the CPAN modules
+included in Perl's core.  We're grateful to the entire CPAN community for
+helping Perl to flourish.
+
+For a more complete list of all of Perl's historical contributors, please see
+the F<AUTHORS> file in the Perl source distribution.
 
 =head1 Reporting Bugs
 
diff --git a/pod/perlhist.pod b/pod/perlhist.pod
index 62ed09a..9696c4d 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -552,6 +552,7 @@ the strings?).
  Matthew H 5.21.8       2015-Jan-20
  Sawyer X  5.21.9       2015-Feb-20
  Steve     5.21.10      2015-Mar-20
+ Steve     5.21.11      2015-Apr-20
 
 =head2 SELECTED RELEASE SIZES
 

--
Perl5 Master Repository

Reply via email to