In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0973403a545e912a7bfb243f3fe82185b81b0d05?hp=bbc89b61fda2c0d03d0a57a32abcf992fcf30e99>

- Log -----------------------------------------------------------------
commit 0973403a545e912a7bfb243f3fe82185b81b0d05
Merge: bbc89b6 0e22af7
Author: Abigail <[email protected]>
Date:   Sun Jul 20 16:16:38 2014 +0200

    Merge branch 'release-5.21.2' into blead
    
    Conflicts:
        t/porting/libperl.t
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                |  1 +
 dist/Module-CoreList/lib/Module/CoreList.pm | 32 +++++++++-
 pod/perldelta.pod                           | 94 +++++++++++++++++++++--------
 pod/perlhist.pod                            |  1 +
 4 files changed, 103 insertions(+), 25 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 6b1b894..fcd153e 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,5 @@
 5.021002
+  - Prepared for v5.21.2
 
 5.021001_01
   - Prepared for v5.21.1
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index e69b970..7ed0ea2 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -251,7 +251,7 @@ sub changes_between {
     5.020000 => '2014-05-27',
     5.021000 => '2014-05-27',
     5.021001 => '2014-06-20',
-    5.021002 => '????-??-??',
+    5.021002 => '2014-07-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10044,10 +10044,40 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
     5.021002 => {
         delta_from => 5.021001,
         changed => {
+            'B'                     => '1.50',
             'Config'                => '5.021002',
+            'Cwd'                   => '3.49',
+            'Devel::Peek'           => '1.18',
+            'ExtUtils::Manifest'    => '1.64',
+            'File::Copy'            => '2.30',
+            'File::Spec'            => '3.49',
+            'File::Spec::Cygwin'    => '3.49',
+            'File::Spec::Epoc'      => '3.49',
+            'File::Spec::Functions' => '3.49',
+            'File::Spec::Mac'       => '3.49',
+            'File::Spec::OS2'       => '3.49',
+            'File::Spec::Unix'      => '3.49',
+            'File::Spec::VMS'       => '3.49',
+            'File::Spec::Win32'     => '3.49',
+            'Filter::Simple'        => '0.92',
+            'Hash::Util'            => '0.18',
+            'IO'                    => '1.33',
+            'IO::Socket::IP'        => '0.31',
+            'IPC::Open3'            => '1.17',
+            'Math::BigFloat'        => '1.9996',
+            'Math::BigInt'          => '1.9996',
+            'Math::BigInt::Calc'    => '1.9996',
+            'Math::BigInt::CalcEmu' => '1.9996',
             'Module::CoreList'      => '5.021002',
             'Module::CoreList::TieHashDelta'=> '5.021002',
             'Module::CoreList::Utils'=> '5.021002',
+            'POSIX'                 => '1.41',
+            'Pod::Usage'            => '1.64',
+            'XS::APItest'           => '0.62',
+            'arybase'               => '0.08',
+            'experimental'          => '0.008',
+            'threads'               => '1.95',
+            'warnings'              => '1.26',
         },
         removed => {
         }
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b151c51..974a62c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -66,31 +66,50 @@ Hash lookups where the key is a constant is faster.
 
 =head1 Modules and Pragmata
 
-XXX All changes to installed files in F<cpan/>, F<dist/>, F<ext/> and F<lib/>
-go here.  If Module::CoreList is updated, generate an initial draft of the
-following sections using F<Porting/corelist-perldelta.pl>.  A paragraph summary
-for important changes should then be added by hand.  In an ideal world,
-dual-life modules would have a F<Changes> file that could be cribbed.
+=head2 Updated Modules and Pragmata
 
-[ Within each section, list entries as a =item entry ]
+=over 4
 
-=head2 New Modules and Pragmata
+=item *
 
-=over 4
+L<arybase> has been upgraded from version 0.07 to 0.08.
 
 =item *
 
-XXX
+L<B> has been upgraded from version 1.49 to 1.50.
 
-=back
+=item *
 
-=head2 Updated Modules and Pragmata
+L<Devel::Peek> has been upgraded from version 1.17 to 1.18.
 
-=over 4
+=item *
+
+L<experimental> has been upgraded from version 0.007 to 0.008.
 
 =item *
 
-L<ExtUtils::Manifest> has been upgraded to 1.64.
+L<ExtUtils::Manifest> has been upgraded from version 1.63 to 1.64.
+
+=item *
+
+L<File::Copy> has been upgraded from version 2.29 to 2.30.
+
+=item *
+
+The PathTools module collection (L<File::Spec> and friends) has been
+upgraded from version 3.48 to 3.49.
+
+=item *
+
+L<Filter::Simple> has been upgraded from version 0.91 to 0.92.
+
+=item *
+
+L<Hash::Util> has been upgraded from version 0.17 to 0.18.
+
+=item *
+
+L<IO> has been upgraded from version 1.32 to 1.33.
 
 =item *
 
@@ -102,6 +121,10 @@ L<[cpan 
#97050]|https://rt.cpan.org/Ticket/Display.html?id=97050>
 
 =item *
 
+L<IPC::Open3> has been upgraded from version 1.16 to 1.17.
+
+=item *
+
 L<Math::BigInt> has been upgraded from version 1.9995 to 1.9996.
 
 Correct handling of subclasses.
@@ -110,26 +133,23 @@ L<[cpan 
#96329]|https://rt.cpan.org/Ticket/Display.html?id=96329>
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.021001_1 to 5.021002.
+L<Module::CoreList> has been upgraded from version 5.021001_01 to 5.021002.
 
 =item *
 
-The PathTools module collection has been upgraded from version 3.48 to
-3.49.
+L<Pod::Usage> has been upgraded from version 1.63 to 1.64.
 
 =item *
 
-L<threads> has been upgraded from version 1.94 to 1.95.
+L<POSIX> has been upgraded from version 1.40 to 1.41.
 
-=back
-
-=head2 Removed Modules and Pragmata
+=item *
 
-=over 4
+L<threads> has been upgraded from version 1.94 to 1.95.
 
 =item *
 
-XXX
+L<warnings> has been upgraded from version 1.24 to 1.26.
 
 =back
 
@@ -291,9 +311,35 @@ C<< " P" =~ /(?=.*P)P/ >> should match, but did not. This 
is now fixed.
 
 =head1 Acknowledgements
 
-XXX Generate this with:
+Perl 5.21.2 represents approximately 4 weeks of development since Perl 5.21.1
+and contains approximately 11,000 lines of changes across 220 files from 27
+authors.
+
+Excluding auto-generated files, documentation and release tools, there were
+approximately 5,700 lines of changes to 140 .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.2:
+
+Aaron Crane, Abhijit Menon-Sen, Abigail, Alexandr Ciornii, brian d foy, Brian
+Fraser, Chris 'BinGOs' Williams, Craig A. Berry, Daniel Dragan, David Golden,
+David Mitchell, Dmitri Tikhonov, George Greer, H.Merijn Brand, James E Keenan,
+Jarkko Hietaniemi, Karen Etheridge, Karl Williamson, Matthew Horsfall, Peter
+John Acklam, Peter Martini, Reini Urban, Ricardo Signes, Steve Hay, Tony Cook,
+Yves Orton, Ævar Arnfjörð Bjarmason.
+
+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.
 
-  perl Porting/acknowledgements.pl v5.21.1..HEAD
+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 9b9ab9f..de4737c 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -533,6 +533,7 @@ the strings?).
 
  Ricardo   5.21.0       2014-May-27     The 5.21 development track
  Matthew H 5.21.1       2014-Jun-20
+ Abigail   5.21.2       2014-Jul-20
 
 =head2 SELECTED RELEASE SIZES
 

--
Perl5 Master Repository

Reply via email to