In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/84c122ba1d2b7b856521ceffc2a095716a739335?hp=50a0759e24381a2cb9a3f5a0b31cca366fdee204>

- Log -----------------------------------------------------------------
commit 84c122ba1d2b7b856521ceffc2a095716a739335
Author: Steve Hay <[email protected]>
Date:   Sat Sep 20 11:03:38 2014 +0100

    Perl 5.21.4 today

M       pod/perlhist.pod

commit c0c55a9b8cc99087a993ae5bc47264666e7cfc15
Author: Steve Hay <[email protected]>
Date:   Sat Sep 20 10:59:59 2014 +0100

    Finalize perldelta

M       pod/perldelta.pod

commit 50e7b15e5cfc71c85887583e01d0da6ae9aea52e
Author: Steve Hay <[email protected]>
Date:   Sat Sep 20 10:45:49 2014 +0100

    Update Module::CoreList for 5.21.4

M       dist/Module-CoreList/Changes
M       dist/Module-CoreList/lib/Module/CoreList.pm
M       dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm
M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/Changes                       |   3 +
 dist/Module-CoreList/lib/Module/CoreList.pm        | 185 ++++++++++++++++++++-
 .../lib/Module/CoreList/TieHashDelta.pm            |   2 +-
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm  |   2 +-
 pod/perldelta.pod                                  |  47 +++++-
 pod/perlhist.pod                                   |   1 +
 6 files changed, 223 insertions(+), 17 deletions(-)

diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index ce0adbf..b4d1ba7 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20140920
+  - Updated for v5.21.4
+
 5.20140914
   - Updated for v5.20.1
 
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 535b5d5..da3019b 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
            %bug_tracker %deprecated %delta/;
 use Module::CoreList::TieHashDelta;
 use version;
-$VERSION = '5.20140915';
+$VERSION = '5.20140920';
 
 my $dumpinc = 0;
 sub import {
@@ -254,7 +254,7 @@ sub changes_between {
     5.021002 => '2014-07-20',
     5.021003 => '2014-08-20',
     5.020001 => '2014-09-14',
-    5.021004 => '????-??-??',
+    5.021004 => '2014-09-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -10181,6 +10181,173 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
     5.021004 => {
         delta_from => 5.021003,
         changed => {
+            'App::Prove'            => '3.33',
+            'App::Prove::State'     => '3.33',
+            'App::Prove::State::Result'=> '3.33',
+            'App::Prove::State::Result::Test'=> '3.33',
+            'Archive::Tar'          => '2.02',
+            'Archive::Tar::Constant'=> '2.02',
+            'Archive::Tar::File'    => '2.02',
+            'Attribute::Handlers'   => '0.97',
+            'B'                     => '1.51',
+            'B::Concise'            => '0.993',
+            'B::Deparse'            => '1.28',
+            'B::Op_private'         => '5.021004',
+            'CPAN::Meta::Requirements'=> '2.128',
+            'Config'                => '5.021004',
+            'Cwd'                   => '3.50',
+            'Data::Dumper'          => '2.154',
+            'ExtUtils::CBuilder'    => '0.280219',
+            'ExtUtils::CBuilder::Base'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Unix'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::VMS'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::aix'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::android'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::cygwin'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::darwin'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280219',
+            'ExtUtils::CBuilder::Platform::os2'=> '0.280219',
+            'ExtUtils::Install'     => '2.04',
+            'ExtUtils::Installed'   => '2.04',
+            'ExtUtils::Liblist::Kid'=> '6.98_01',
+            'ExtUtils::Manifest'    => '1.68',
+            'ExtUtils::Packlist'    => '2.04',
+            'File::Find'            => '1.28',
+            'File::Spec'            => '3.50',
+            'File::Spec::Cygwin'    => '3.50',
+            'File::Spec::Epoc'      => '3.50',
+            'File::Spec::Functions' => '3.50',
+            'File::Spec::Mac'       => '3.50',
+            'File::Spec::OS2'       => '3.50',
+            'File::Spec::Unix'      => '3.50',
+            'File::Spec::VMS'       => '3.50',
+            'File::Spec::Win32'     => '3.50',
+            'Getopt::Std'           => '1.11',
+            'HTTP::Tiny'            => '0.049',
+            'IO'                    => '1.34',
+            'IO::Socket::IP'        => '0.32',
+            'List::Util'            => '1.41',
+            'List::Util::XS'        => '1.41',
+            'Locale::Codes'         => '3.32',
+            'Locale::Codes::Constants'=> '3.32',
+            'Locale::Codes::Country'=> '3.32',
+            'Locale::Codes::Country_Codes'=> '3.32',
+            'Locale::Codes::Country_Retired'=> '3.32',
+            'Locale::Codes::Currency'=> '3.32',
+            'Locale::Codes::Currency_Codes'=> '3.32',
+            'Locale::Codes::Currency_Retired'=> '3.32',
+            'Locale::Codes::LangExt'=> '3.32',
+            'Locale::Codes::LangExt_Codes'=> '3.32',
+            'Locale::Codes::LangExt_Retired'=> '3.32',
+            'Locale::Codes::LangFam'=> '3.32',
+            'Locale::Codes::LangFam_Codes'=> '3.32',
+            'Locale::Codes::LangFam_Retired'=> '3.32',
+            'Locale::Codes::LangVar'=> '3.32',
+            'Locale::Codes::LangVar_Codes'=> '3.32',
+            'Locale::Codes::LangVar_Retired'=> '3.32',
+            'Locale::Codes::Language'=> '3.32',
+            'Locale::Codes::Language_Codes'=> '3.32',
+            'Locale::Codes::Language_Retired'=> '3.32',
+            'Locale::Codes::Script' => '3.32',
+            'Locale::Codes::Script_Codes'=> '3.32',
+            'Locale::Codes::Script_Retired'=> '3.32',
+            'Locale::Country'       => '3.32',
+            'Locale::Currency'      => '3.32',
+            'Locale::Language'      => '3.32',
+            'Locale::Script'        => '3.32',
+            'Math::BigFloat'        => '1.9997',
+            'Math::BigInt'          => '1.9997',
+            'Math::BigInt::Calc'    => '1.9997',
+            'Math::BigInt::CalcEmu' => '1.9997',
+            'Module::CoreList'      => '5.20140920',
+            'Module::CoreList::TieHashDelta'=> '5.20140920',
+            'Module::CoreList::Utils'=> '5.20140920',
+            'POSIX'                 => '1.43',
+            'Pod::Perldoc'          => '3.24',
+            'Pod::Perldoc::BaseTo'  => '3.24',
+            'Pod::Perldoc::GetOptsOO'=> '3.24',
+            'Pod::Perldoc::ToANSI'  => '3.24',
+            'Pod::Perldoc::ToChecker'=> '3.24',
+            'Pod::Perldoc::ToMan'   => '3.24',
+            'Pod::Perldoc::ToNroff' => '3.24',
+            'Pod::Perldoc::ToPod'   => '3.24',
+            'Pod::Perldoc::ToRtf'   => '3.24',
+            'Pod::Perldoc::ToTerm'  => '3.24',
+            'Pod::Perldoc::ToText'  => '3.24',
+            'Pod::Perldoc::ToTk'    => '3.24',
+            'Pod::Perldoc::ToXml'   => '3.24',
+            'Scalar::Util'          => '1.41',
+            'Sub::Util'             => '1.41',
+            'TAP::Base'             => '3.33',
+            'TAP::Formatter::Base'  => '3.33',
+            'TAP::Formatter::Color' => '3.33',
+            'TAP::Formatter::Console'=> '3.33',
+            'TAP::Formatter::Console::ParallelSession'=> '3.33',
+            'TAP::Formatter::Console::Session'=> '3.33',
+            'TAP::Formatter::File'  => '3.33',
+            'TAP::Formatter::File::Session'=> '3.33',
+            'TAP::Formatter::Session'=> '3.33',
+            'TAP::Harness'          => '3.33',
+            'TAP::Harness::Env'     => '3.33',
+            'TAP::Object'           => '3.33',
+            'TAP::Parser'           => '3.33',
+            'TAP::Parser::Aggregator'=> '3.33',
+            'TAP::Parser::Grammar'  => '3.33',
+            'TAP::Parser::Iterator' => '3.33',
+            'TAP::Parser::Iterator::Array'=> '3.33',
+            'TAP::Parser::Iterator::Process'=> '3.33',
+            'TAP::Parser::Iterator::Stream'=> '3.33',
+            'TAP::Parser::IteratorFactory'=> '3.33',
+            'TAP::Parser::Multiplexer'=> '3.33',
+            'TAP::Parser::Result'   => '3.33',
+            'TAP::Parser::Result::Bailout'=> '3.33',
+            'TAP::Parser::Result::Comment'=> '3.33',
+            'TAP::Parser::Result::Plan'=> '3.33',
+            'TAP::Parser::Result::Pragma'=> '3.33',
+            'TAP::Parser::Result::Test'=> '3.33',
+            'TAP::Parser::Result::Unknown'=> '3.33',
+            'TAP::Parser::Result::Version'=> '3.33',
+            'TAP::Parser::Result::YAML'=> '3.33',
+            'TAP::Parser::ResultFactory'=> '3.33',
+            'TAP::Parser::Scheduler'=> '3.33',
+            'TAP::Parser::Scheduler::Job'=> '3.33',
+            'TAP::Parser::Scheduler::Spinner'=> '3.33',
+            'TAP::Parser::Source'   => '3.33',
+            'TAP::Parser::SourceHandler'=> '3.33',
+            'TAP::Parser::SourceHandler::Executable'=> '3.33',
+            'TAP::Parser::SourceHandler::File'=> '3.33',
+            'TAP::Parser::SourceHandler::Handle'=> '3.33',
+            'TAP::Parser::SourceHandler::Perl'=> '3.33',
+            'TAP::Parser::SourceHandler::RawTAP'=> '3.33',
+            'TAP::Parser::YAMLish::Reader'=> '3.33',
+            'TAP::Parser::YAMLish::Writer'=> '3.33',
+            'Term::ReadLine'        => '1.15',
+            'Test::Builder'         => '1.001006',
+            'Test::Builder::Module' => '1.001006',
+            'Test::Builder::Tester' => '1.24',
+            'Test::Builder::Tester::Color'=> '1.24',
+            'Test::Harness'         => '3.33',
+            'Test::More'            => '1.001006',
+            'Test::Simple'          => '1.001006',
+            'Time::Piece'           => '1.29',
+            'Time::Seconds'         => '1.29',
+            'XS::APItest'           => '0.64',
+            '_charnames'            => '1.42',
+            'attributes'            => '0.23',
+            'bigint'                => '0.37',
+            'bignum'                => '0.38',
+            'bigrat'                => '0.37',
+            'constant'              => '1.32',
+            'experimental'          => '0.010',
+            'overload'              => '1.23',
+            'threads'               => '1.96',
+            'version'               => '0.9909',
+            'version::regex'        => '0.9909',
+            'version::vpp'          => '0.9909',
         },
         removed => {
         }
@@ -10932,6 +11099,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Usage'            => 'cpan',
     'Scalar::Util'          => 'cpan',
     'Socket'                => 'cpan',
+    'Sub::Util'             => 'cpan',
     'Sys::Syslog'           => 'cpan',
     'Sys::Syslog::Win32'    => 'cpan',
     'TAP::Base'             => 'cpan',
@@ -11122,8 +11290,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'ExtUtils::Constant::ProxySubs'=> undef,
     'ExtUtils::Constant::Utils'=> undef,
     'ExtUtils::Constant::XS'=> undef,
-    'ExtUtils::Install'     => 'http://rt.perl.org/rt3/',
-    'ExtUtils::Installed'   => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Install'     => 
'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
+    'ExtUtils::Installed'   => 
'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
     'ExtUtils::Liblist'     => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Liblist::Kid'=> 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MM'          => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
@@ -11146,10 +11314,10 @@ for my $version (sort { $a <=> $b } keys %deprecated) 
{
     'ExtUtils::MY'          => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MakeMaker'   => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::MakeMaker::Config'=> 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
-    'ExtUtils::Manifest'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Manifest'    => 
'http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues',
     'ExtUtils::Mkbootstrap' => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'ExtUtils::Mksymlists'  => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
-    'ExtUtils::Packlist'    => 'http://rt.perl.org/rt3/',
+    'ExtUtils::Packlist'    => 
'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
     'ExtUtils::testlib'     => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
     'Fatal'                 => 
'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
     'File::Fetch'           => undef,
@@ -11319,6 +11487,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Pod::Usage'            => undef,
     'Scalar::Util'          => undef,
     'Socket'                => undef,
+    'Sub::Util'             => undef,
     'Sys::Syslog'           => undef,
     'Sys::Syslog::Win32'    => undef,
     'TAP::Base'             => 
'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
@@ -11369,8 +11538,8 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
     'Test'                  => undef,
     'Test::Builder'         => 'http://github.com/Test-More/test-more/issues/',
     'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
-    'Test::Builder::Tester' => 'http://github.com/schwern/test-more/issues',
-    'Test::Builder::Tester::Color'=> 
'http://github.com/schwern/test-more/issues',
+    'Test::Builder::Tester' => 'http://github.com/Test-More/test-more/issues/',
+    'Test::Builder::Tester::Color'=> 
'http://github.com/Test-More/test-more/issues/',
     'Test::Harness'         => 
'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
     'Test::More'            => 'http://github.com/Test-More/test-more/issues/',
     'Test::Simple'          => 'http://github.com/Test-More/test-more/issues/',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm 
b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 61c40d3..dd42919 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '5.20140915';
+$VERSION = '5.20140920';
 
 sub TIEHASH {
     my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 83306a4..907606c 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
 use Module::CoreList;
 use Module::CoreList::TieHashDelta;
 
-$VERSION = '5.20140915';
+$VERSION = '5.20140920';
 
 sub utilities {
     my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4b4fcfe..c92f4f3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -225,7 +225,7 @@ L<Test>.
 
 =item *
 
-L<Module::CoreList> has been upgraded from version 5.021003 to 5.20140915.
+L<Module::CoreList> has been upgraded from version 5.021003 to 5.20140920.
 
 Updated to cover the latest releases of Perl.
 
@@ -452,10 +452,16 @@ constants; e.g., C<-Inf>.
 
 =head1 Configuration and Compilation
 
-For long doubles (to get more precision and range for floating point
-numbers) one can now use the GCC quadmath library which implements
-the quadruple precision floating point numbers in x86 and ia64 platforms.
-See INSTALL for details.
+=over 4
+
+=item *
+
+For long doubles (to get more precision and range for floating point numbers)
+one can now use the GCC quadmath library which implements the quadruple
+precision floating point numbers in x86 and ia64 platforms.  See F<INSTALL> for
+details.
+
+=back
 
 =head1 Testing
 
@@ -700,9 +706,36 @@ whose value contained Latin-1 characters.
 
 =head1 Acknowledgements
 
-XXX Generate this with:
+Perl 5.21.4 represents approximately 4 weeks of development since Perl 5.21.3
+and contains approximately 29,000 lines of changes across 520 files from 30
+authors.
+
+Excluding auto-generated files, documentation and release tools, there were
+approximately 15,000 lines of changes to 390 .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.4:
+
+Alberto Simões, Alexandre (Midnite) Jousset, Andy Dougherty, Anthony Heading,
+Brian Fraser, Chris 'BinGOs' Williams, Craig A. Berry, Daniel Dragan, David
+Mitchell, Doug Bell, Father Chrysostomos, George Greer, H.Merijn Brand, James E
+Keenan, Jarkko Hietaniemi, Jerry D. Hedden, Karen Etheridge, Karl Williamson,
+Olivier Mengué, Peter Martini, Reini Urban, Ricardo Signes, Steffen Müller,
+Steve Hay, Sullivan Beck, syber, Tadeusz Sośnierz, 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.3..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 2cf9c58..a4a04a1 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -539,6 +539,7 @@ the strings?).
  Matthew H 5.21.1       2014-Jun-20
  Abigail   5.21.2       2014-Jul-20
  Peter     5.21.3       2014-Aug-20
+ Steve     5.21.4       2014-Sep-20
 
 =head2 SELECTED RELEASE SIZES
 

--
Perl5 Master Repository

Reply via email to