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

<http://perl5.git.perl.org/perl.git/commitdiff/df5f26c1217013c4ba828fa93f8cf3256a54150b?hp=71d225d2fd1d9ef71d7bc7f26e19bc0d10a61196>

- Log -----------------------------------------------------------------
commit df5f26c1217013c4ba828fa93f8cf3256a54150b
Author: Dominic Hargreaves <d...@earth.li>
Date:   Wed Sep 26 23:18:20 2012 +0100

    disarm RC1 bump

M       patchlevel.h

commit c0d4ba71ce739bc9eac83791e8a5ee64c377951e
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Sep 22 19:38:02 2012 +0100

    bump version to RC1

M       patchlevel.h

commit f1423560edeacaec7cec7b43f5455f94f15a2e1d
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Sep 22 19:36:14 2012 +0100

    Update Module::CoreList for 5.14.3

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

commit 3a352ee592f9b175ce6ae3c2b11aa302a0dbdead
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Sep 22 18:31:53 2012 +0100

    Finalise perldelta
    
    Includes spelling, syntax and readability fixes

M       pod/perldelta.pod

commit 1bedf497789af2e03078e64e4f0d7605fcf8fb66
Author: Florian Ragwitz <r...@debian.org>
Date:   Wed Sep 19 14:50:55 2012 -0400

    Add 5.17.4 to perlhist

M       pod/perlhist.pod

commit 74a6e80b67970c897d3b24f7bedb3a7f26660456
Author: Ricardo Signes <r...@cpan.org>
Date:   Mon Sep 17 11:08:07 2012 -0400

    add 5.16.0 sizes and filecounts to perlhist
    
    running and using the output of Porting/perlhist_calculate.pl
    has not been done regularly, presumably because I had no idea
    that it existed!

M       pod/perlhist.pod

commit f5658c685894fb33991629cc969b83b850c359fa
Author: Ricardo Signes <r...@cpan.org>
Date:   Mon Sep 17 11:08:07 2012 -0400

    add 5.14.0 sizes and filecounts to perlhist
    
    running and using the output of Porting/perlhist_calculate.pl
    has not been done regularly, presumably because I had no idea
    that it existed!

M       pod/perlhist.pod
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm |  662 ++++++++++++++++++++++++++-
 pod/perldelta.pod                           |  297 ++-----------
 pod/perlhist.pod                            |   55 ++-
 3 files changed, 727 insertions(+), 287 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index 86a7169..143061d 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_02';
+$VERSION = '2.49_03';
 
 =head1 NAME
 
@@ -171,7 +171,7 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 
5.003_07,
 5.9.0, 5.9.1, 5.9.2, 5.9.3, 5.9.4, 5.9.5, 5.10.0, 5.10.1, 5.11.0, 5.11.1,
 5.11.2, 5.11.3, 5.11.4, 5.11.5, 5.12.0, 5.12.1, 5.12.2, 5.12.3, 5.13.0,
 5.13.1, 5.13.2, 5.13.3, 5.13.4, 5.13.5, 5.13.6, 5.13.7, 5.13.8, 5.13.9,
-5.13.10, 5.13.11, 5.14.0, 5.14.1 and 5.14.2 releases of perl.
+5.13.10, 5.13.11, 5.14.0, 5.14.1, 5.14.2 and 5.14.3 releases of perl.
 
 =head1 HISTORY
 
@@ -350,6 +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',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -25672,6 +25673,660 @@ for my $version ( sort { $a <=> $b } keys %released ) 
{
        'warnings'              => '1.12',
        'warnings::register'    => '1.02',
     },
+    5.014003 => {
+       'AnyDBM_File'           => '1.00',
+       'App::Cpan'             => '1.5701',
+       'App::Prove'            => '3.23',
+       'App::Prove::State'     => '3.23',
+       'App::Prove::State::Result'=> '3.23',
+       'App::Prove::State::Result::Test'=> '3.23',
+       'Archive::Extract'      => '0.48',
+       'Archive::Tar'          => '1.76',
+       'Archive::Tar::Constant'=> '1.76',
+       'Archive::Tar::File'    => '1.76',
+       'Attribute::Handlers'   => '0.89',
+       'AutoLoader'            => '5.71',
+       'AutoSplit'             => '1.06',
+       'B'                     => '1.29',
+       'B::Concise'            => '0.83',
+       'B::Debug'              => '1.16',
+       'B::Deparse'            => '1.04',
+       'B::Lint'               => '1.13',
+       'B::Lint::Debug'        => '1.12',
+       'B::Showlex'            => '1.03',
+       'B::Terse'              => '1.05',
+       'B::Xref'               => '1.02',
+       'Benchmark'             => '1.12',
+       'CGI'                   => '3.52',
+       'CGI::Apache'           => '1.01',
+       'CGI::Carp'             => '3.51',
+       'CGI::Cookie'           => '1.30',
+       'CGI::Fast'             => '1.08',
+       'CGI::Pretty'           => '3.46',
+       'CGI::Push'             => '1.05',
+       'CGI::Switch'           => '1.01',
+       'CGI::Util'             => '3.51',
+       'CPAN'                  => '1.9600_01',
+       'CPAN::Author'          => '5.5001',
+       'CPAN::Bundle'          => '5.5',
+       'CPAN::CacheMgr'        => '5.5001',
+       'CPAN::Complete'        => '5.5',
+       'CPAN::Debug'           => '5.5001',
+       'CPAN::DeferredCode'    => '5.50',
+       'CPAN::Distribution'    => '1.9602_01',
+       'CPAN::Distroprefs'     => '6',
+       'CPAN::Distrostatus'    => '5.5',
+       'CPAN::Exception::RecursiveDependency'=> '5.5',
+       'CPAN::Exception::blocked_urllist'=> '1.001',
+       'CPAN::Exception::yaml_not_installed'=> '5.5',
+       'CPAN::FTP'             => '5.5005',
+       'CPAN::FTP::netrc'      => '1.01',
+       'CPAN::FirstTime'       => '5.5303',
+       'CPAN::HTTP::Client'    => '1.9600',
+       'CPAN::HTTP::Credentials'=> '1.9600',
+       'CPAN::HandleConfig'    => '5.5003',
+       'CPAN::Index'           => '1.9600',
+       'CPAN::InfoObj'         => '5.5',
+       'CPAN::Kwalify'         => '5.50',
+       'CPAN::LWP::UserAgent'  => '1.9600',
+       'CPAN::Meta'            => '2.110440',
+       'CPAN::Meta::Converter' => '2.110440',
+       'CPAN::Meta::Feature'   => '2.110440',
+       'CPAN::Meta::History'   => '2.110440',
+       'CPAN::Meta::Prereqs'   => '2.110440',
+       'CPAN::Meta::Spec'      => '2.110440',
+       'CPAN::Meta::Validator' => '2.110440',
+       'CPAN::Meta::YAML'      => '0.003',
+       'CPAN::Mirrors'         => '1.9600',
+       'CPAN::Module'          => '5.5001',
+       'CPAN::Nox'             => '5.50',
+       'CPAN::Prompt'          => '5.5',
+       'CPAN::Queue'           => '5.5001',
+       'CPAN::Shell'           => '5.5002',
+       'CPAN::Tarzip'          => '5.5011',
+       'CPAN::URL'             => '5.5',
+       'CPAN::Version'         => '5.5001',
+       'CPANPLUS'              => '0.9103',
+       'CPANPLUS::Backend'     => undef,
+       'CPANPLUS::Backend::RV' => undef,
+       'CPANPLUS::Config'      => undef,
+       'CPANPLUS::Configure'   => undef,
+       'CPANPLUS::Configure::Setup'=> undef,
+       'CPANPLUS::Dist'        => undef,
+       'CPANPLUS::Dist::Autobundle'=> undef,
+       'CPANPLUS::Dist::Base'  => undef,
+       'CPANPLUS::Dist::Build' => '0.54',
+       'CPANPLUS::Dist::Build::Constants'=> '0.54',
+       'CPANPLUS::Dist::MM'    => undef,
+       'CPANPLUS::Dist::Sample'=> undef,
+       'CPANPLUS::Error'       => undef,
+       'CPANPLUS::Internals'   => '0.9103',
+       'CPANPLUS::Internals::Constants'=> undef,
+       'CPANPLUS::Internals::Constants::Report'=> undef,
+       'CPANPLUS::Internals::Extract'=> undef,
+       'CPANPLUS::Internals::Fetch'=> undef,
+       'CPANPLUS::Internals::Report'=> undef,
+       'CPANPLUS::Internals::Search'=> undef,
+       'CPANPLUS::Internals::Source'=> undef,
+       'CPANPLUS::Internals::Source::Memory'=> undef,
+       'CPANPLUS::Internals::Source::SQLite'=> undef,
+       'CPANPLUS::Internals::Source::SQLite::Tie'=> undef,
+       'CPANPLUS::Internals::Utils'=> undef,
+       'CPANPLUS::Internals::Utils::Autoflush'=> undef,
+       'CPANPLUS::Module'      => undef,
+       'CPANPLUS::Module::Author'=> undef,
+       'CPANPLUS::Module::Author::Fake'=> undef,
+       'CPANPLUS::Module::Checksums'=> undef,
+       'CPANPLUS::Module::Fake'=> undef,
+       'CPANPLUS::Module::Signature'=> undef,
+       'CPANPLUS::Selfupdate'  => undef,
+       'CPANPLUS::Shell'       => undef,
+       'CPANPLUS::Shell::Classic'=> '0.0562',
+       'CPANPLUS::Shell::Default'=> '0.9103',
+       'CPANPLUS::Shell::Default::Plugins::CustomSource'=> undef,
+       'CPANPLUS::Shell::Default::Plugins::Remote'=> undef,
+       'CPANPLUS::Shell::Default::Plugins::Source'=> undef,
+       'Carp'                  => '1.20',
+       'Carp::Heavy'           => '1.20',
+       'Class::Struct'         => '0.63',
+       'Compress::Raw::Bzip2'  => '2.033',
+       'Compress::Raw::Zlib'   => '2.033',
+       'Compress::Zlib'        => '2.033',
+       'Config'                => undef,
+       'Config::Extensions'    => '0.01',
+       'Cwd'                   => '3.36',
+       'DB'                    => '1.03',
+       'DBM_Filter'            => '0.04',
+       'DBM_Filter::compress'  => '0.02',
+       'DBM_Filter::encode'    => '0.02',
+       'DBM_Filter::int32'     => '0.02',
+       'DBM_Filter::null'      => '0.02',
+       'DBM_Filter::utf8'      => '0.02',
+       'DB_File'               => '1.821',
+       'Data::Dumper'          => '2.130_02',
+       'Devel::DProf'          => '20110228.00',
+       'Devel::DProf::dprof::V'=> undef,
+       'Devel::InnerPackage'   => '0.3',
+       'Devel::PPPort'         => '3.19',
+       'Devel::Peek'           => '1.07',
+       'Devel::SelfStubber'    => '1.05',
+       'Digest'                => '1.16_01',
+       'Digest::MD5'           => '2.51',
+       'Digest::SHA'           => '5.61',
+       'Digest::base'          => '1.16',
+       'Digest::file'          => '1.16',
+       'DirHandle'             => '1.04',
+       'Dumpvalue'             => '1.16',
+       'DynaLoader'            => '1.13',
+       'Encode'                => '2.42_01',
+       'Encode::Alias'         => '2.13',
+       'Encode::Byte'          => '2.04',
+       'Encode::CJKConstants'  => '2.02',
+       'Encode::CN'            => '2.03',
+       'Encode::CN::HZ'        => '2.05',
+       'Encode::Config'        => '2.05',
+       'Encode::EBCDIC'        => '2.02',
+       'Encode::Encoder'       => '2.01',
+       'Encode::Encoding'      => '2.05',
+       'Encode::GSM0338'       => '2.01',
+       'Encode::Guess'         => '2.04',
+       'Encode::JP'            => '2.04',
+       'Encode::JP::H2Z'       => '2.02',
+       'Encode::JP::JIS7'      => '2.04',
+       'Encode::KR'            => '2.03',
+       'Encode::KR::2022_KR'   => '2.02',
+       'Encode::MIME::Header'  => '2.13',
+       'Encode::MIME::Header::ISO_2022_JP'=> '1.03',
+       'Encode::MIME::Name'    => '1.01',
+       'Encode::Symbol'        => '2.02',
+       'Encode::TW'            => '2.03',
+       'Encode::Unicode'       => '2.07',
+       'Encode::Unicode::UTF7' => '2.05',
+       'English'               => '1.04',
+       'Env'                   => '1.02',
+       'Errno'                 => '1.13',
+       'Exporter'              => '5.64_03',
+       'Exporter::Heavy'       => '5.64_03',
+       'ExtUtils::CBuilder'    => '0.280203',
+       'ExtUtils::CBuilder::Base'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::Unix'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::VMS'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::Windows'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::aix'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::cygwin'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::darwin'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280203',
+       'ExtUtils::CBuilder::Platform::os2'=> '0.280203',
+       'ExtUtils::Command'     => '1.17',
+       'ExtUtils::Command::MM' => '6.57_05',
+       'ExtUtils::Constant'    => '0.23',
+       'ExtUtils::Constant::Base'=> '0.05',
+       'ExtUtils::Constant::ProxySubs'=> '0.08',
+       'ExtUtils::Constant::Utils'=> '0.03',
+       'ExtUtils::Constant::XS'=> '0.03',
+       'ExtUtils::Embed'       => '1.30',
+       'ExtUtils::Install'     => '1.56',
+       'ExtUtils::Installed'   => '1.999_001',
+       'ExtUtils::Liblist'     => '6.57_05',
+       'ExtUtils::Liblist::Kid'=> '6.5705',
+       'ExtUtils::MM'          => '6.57_05',
+       'ExtUtils::MM_AIX'      => '6.57_05',
+       'ExtUtils::MM_Any'      => '6.57_05',
+       'ExtUtils::MM_BeOS'     => '6.57_05',
+       'ExtUtils::MM_Cygwin'   => '6.57_05',
+       'ExtUtils::MM_DOS'      => '6.5705',
+       'ExtUtils::MM_Darwin'   => '6.57_05',
+       'ExtUtils::MM_MacOS'    => '6.5705',
+       'ExtUtils::MM_NW5'      => '6.57_05',
+       'ExtUtils::MM_OS2'      => '6.57_05',
+       'ExtUtils::MM_QNX'      => '6.57_05',
+       'ExtUtils::MM_UWIN'     => '6.5705',
+       'ExtUtils::MM_Unix'     => '6.57_05',
+       'ExtUtils::MM_VMS'      => '6.57_05',
+       'ExtUtils::MM_VOS'      => '6.57_05',
+       'ExtUtils::MM_Win32'    => '6.57_05',
+       'ExtUtils::MM_Win95'    => '6.57_05',
+       'ExtUtils::MY'          => '6.5705',
+       'ExtUtils::MakeMaker'   => '6.57_05',
+       'ExtUtils::MakeMaker::Config'=> '6.57_05',
+       'ExtUtils::MakeMaker::YAML'=> '1.44',
+       'ExtUtils::Manifest'    => '1.58',
+       'ExtUtils::Miniperl'    => undef,
+       'ExtUtils::Mkbootstrap' => '6.57_05',
+       'ExtUtils::Mksymlists'  => '6.57_05',
+       'ExtUtils::Packlist'    => '1.44',
+       'ExtUtils::ParseXS'     => '2.2210',
+       'ExtUtils::XSSymSet'    => '1.2',
+       'ExtUtils::testlib'     => '6.5705',
+       'Fatal'                 => '2.1001',
+       'Fcntl'                 => '1.11',
+       'File::Basename'        => '2.82',
+       'File::CheckTree'       => '4.41',
+       'File::Compare'         => '1.1006',
+       'File::Copy'            => '2.21',
+       'File::DosGlob'         => '1.04',
+       'File::Fetch'           => '0.32',
+       'File::Find'            => '1.19',
+       'File::Glob'            => '1.13',
+       'File::GlobMapper'      => '1.000',
+       'File::Path'            => '2.08_01',
+       'File::Spec'            => '3.33',
+       'File::Spec::Cygwin'    => '3.33',
+       'File::Spec::Epoc'      => '3.33',
+       'File::Spec::Functions' => '3.33',
+       'File::Spec::Mac'       => '3.34',
+       'File::Spec::OS2'       => '3.33',
+       'File::Spec::Unix'      => '3.33',
+       'File::Spec::VMS'       => '3.34',
+       'File::Spec::Win32'     => '3.33',
+       'File::Temp'            => '0.22',
+       'File::stat'            => '1.05',
+       'FileCache'             => '1.08',
+       'FileHandle'            => '2.02',
+       'Filter::Simple'        => '0.86',
+       'Filter::Util::Call'    => '1.08',
+       'FindBin'               => '1.50',
+       'GDBM_File'             => '1.14',
+       'Getopt::Long'          => '2.38',
+       'Getopt::Std'           => '1.06',
+       'HTTP::Tiny'            => '0.012',
+       'Hash::Util'            => '0.11',
+       'Hash::Util::FieldHash' => '1.09',
+       'I18N::Collate'         => '1.02',
+       'I18N::LangTags'        => '0.35_01',
+       'I18N::LangTags::Detect'=> '1.05',
+       'I18N::LangTags::List'  => '0.35_01',
+       'I18N::Langinfo'        => '0.08',
+       'IO'                    => '1.25_04',
+       'IO::Compress::Adapter::Bzip2'=> '2.033',
+       'IO::Compress::Adapter::Deflate'=> '2.033',
+       'IO::Compress::Adapter::Identity'=> '2.033',
+       'IO::Compress::Base'    => '2.033',
+       'IO::Compress::Base::Common'=> '2.033',
+       'IO::Compress::Bzip2'   => '2.033',
+       'IO::Compress::Deflate' => '2.033',
+       'IO::Compress::Gzip'    => '2.033',
+       'IO::Compress::Gzip::Constants'=> '2.033',
+       'IO::Compress::RawDeflate'=> '2.033',
+       'IO::Compress::Zip'     => '2.033',
+       'IO::Compress::Zip::Constants'=> '2.033',
+       'IO::Compress::Zlib::Constants'=> '2.033',
+       'IO::Compress::Zlib::Extra'=> '2.033',
+       'IO::Dir'               => '1.08',
+       'IO::File'              => '1.15',
+       'IO::Handle'            => '1.31',
+       'IO::Pipe'              => '1.14',
+       'IO::Poll'              => '0.08',
+       'IO::Seekable'          => '1.10',
+       'IO::Select'            => '1.20',
+       'IO::Socket'            => '1.32',
+       'IO::Socket::INET'      => '1.31',
+       'IO::Socket::UNIX'      => '1.23',
+       'IO::Uncompress::Adapter::Bunzip2'=> '2.033',
+       'IO::Uncompress::Adapter::Identity'=> '2.033',
+       'IO::Uncompress::Adapter::Inflate'=> '2.033',
+       'IO::Uncompress::AnyInflate'=> '2.033',
+       'IO::Uncompress::AnyUncompress'=> '2.033',
+       'IO::Uncompress::Base'  => '2.033',
+       'IO::Uncompress::Bunzip2'=> '2.033',
+       'IO::Uncompress::Gunzip'=> '2.033',
+       'IO::Uncompress::Inflate'=> '2.033',
+       'IO::Uncompress::RawInflate'=> '2.033',
+       'IO::Uncompress::Unzip' => '2.033',
+       'IO::Zlib'              => '1.10',
+       'IPC::Cmd'              => '0.70',
+       'IPC::Msg'              => '2.03',
+       'IPC::Open2'            => '1.03',
+       'IPC::Open3'            => '1.09_01',
+       'IPC::Semaphore'        => '2.03',
+       'IPC::SharedMem'        => '2.03',
+       'IPC::SysV'             => '2.03',
+       'JSON::PP'              => '2.27105',
+       'JSON::PP::Boolean'     => undef,
+       'List::Util'            => '1.23',
+       'List::Util::PP'        => '1.23',
+       'List::Util::XS'        => '1.23',
+       'Locale::Codes'         => '3.16',
+       'Locale::Codes::Country'=> '3.16',
+       'Locale::Codes::Currency'=> '3.16',
+       'Locale::Codes::Language'=> '3.16',
+       'Locale::Codes::Script' => '3.16',
+       'Locale::Constants'     => '3.16',
+       'Locale::Country'       => '3.16',
+       'Locale::Currency'      => '3.16',
+       'Locale::Language'      => '3.16',
+       'Locale::Maketext'      => '1.19',
+       'Locale::Maketext::Guts'=> '1.17',
+       'Locale::Maketext::GutsLoader'=> '1.17',
+       'Locale::Maketext::Simple'=> '0.21',
+       'Locale::Script'        => '3.16',
+       'Log::Message'          => '0.04',
+       'Log::Message::Config'  => '0.04',
+       'Log::Message::Handlers'=> '0.04',
+       'Log::Message::Item'    => '0.04',
+       'Log::Message::Simple'  => '0.08',
+       'MIME::Base64'          => '3.13',
+       'MIME::QuotedPrint'     => '3.13',
+       'Math::BigFloat'        => '1.993',
+       'Math::BigFloat::Trace' => '0.01',
+       'Math::BigInt'          => '1.994',
+       'Math::BigInt::Calc'    => '1.993',
+       'Math::BigInt::CalcEmu' => '1.993',
+       'Math::BigInt::FastCalc'=> '0.28',
+       'Math::BigInt::Trace'   => '0.01',
+       'Math::BigRat'          => '0.26_02',
+       'Math::Complex'         => '1.56',
+       'Math::Trig'            => '1.2',
+       'Memoize'               => '1.02',
+       'Memoize::AnyDBM_File'  => '1.02',
+       'Memoize::Expire'       => '1.02',
+       'Memoize::ExpireFile'   => '1.02',
+       'Memoize::ExpireTest'   => '1.02',
+       'Memoize::NDBM_File'    => '1.02',
+       'Memoize::SDBM_File'    => '1.02',
+       'Memoize::Storable'     => '1.02',
+       'Module::Build'         => '0.3800',
+       'Module::Build::Base'   => '0.3800',
+       'Module::Build::Compat' => '0.3800',
+       'Module::Build::Config' => '0.3800',
+       'Module::Build::ConfigData'=> undef,
+       'Module::Build::Cookbook'=> '0.3800',
+       'Module::Build::Dumper' => '0.3800',
+       'Module::Build::ModuleInfo'=> '0.3800',
+       'Module::Build::Notes'  => '0.3800',
+       'Module::Build::PPMMaker'=> '0.3800',
+       'Module::Build::Platform::Amiga'=> '0.3800',
+       'Module::Build::Platform::Default'=> '0.3800',
+       'Module::Build::Platform::EBCDIC'=> '0.3800',
+       'Module::Build::Platform::MPEiX'=> '0.3800',
+       'Module::Build::Platform::MacOS'=> '0.3800',
+       'Module::Build::Platform::RiscOS'=> '0.3800',
+       'Module::Build::Platform::Unix'=> '0.3800',
+       'Module::Build::Platform::VMS'=> '0.3800',
+       'Module::Build::Platform::VOS'=> '0.3800',
+       'Module::Build::Platform::Windows'=> '0.3800',
+       'Module::Build::Platform::aix'=> '0.3800',
+       'Module::Build::Platform::cygwin'=> '0.3800',
+       'Module::Build::Platform::darwin'=> '0.3800',
+       'Module::Build::Platform::os2'=> '0.3800',
+       'Module::Build::PodParser'=> '0.3800',
+       'Module::Build::Version'=> '0.87',
+       'Module::Build::YAML'   => '1.41',
+       'Module::CoreList'      => '2.49_03',
+       'Module::Load'          => '0.18',
+       'Module::Load::Conditional'=> '0.44',
+       'Module::Loaded'        => '0.06',
+       'Module::Metadata'      => '1.000004',
+       'Module::Pluggable'     => '3.9',
+       'Module::Pluggable::Object'=> '3.9',
+       'Moped::Msg'            => '0.01',
+       'NDBM_File'             => '1.12',
+       'NEXT'                  => '0.65',
+       'Net::Cmd'              => '2.29',
+       'Net::Config'           => '1.11',
+       'Net::Domain'           => '2.20',
+       'Net::FTP'              => '2.77',
+       'Net::FTP::A'           => '1.18',
+       'Net::FTP::E'           => '0.01',
+       'Net::FTP::I'           => '1.12',
+       'Net::FTP::L'           => '0.01',
+       'Net::FTP::dataconn'    => '0.11',
+       'Net::NNTP'             => '2.24',
+       'Net::Netrc'            => '2.12',
+       'Net::POP3'             => '2.29',
+       'Net::Ping'             => '2.38',
+       'Net::SMTP'             => '2.31',
+       'Net::Time'             => '2.10',
+       'Net::hostent'          => '1.01',
+       'Net::netent'           => '1.00',
+       'Net::protoent'         => '1.00',
+       'Net::servent'          => '1.01',
+       'O'                     => '1.01',
+       'ODBM_File'             => '1.10',
+       'Object::Accessor'      => '0.38',
+       'Opcode'                => '1.18',
+       'POSIX'                 => '1.24',
+       'Package::Constants'    => '0.02',
+       'Params::Check'         => '0.28',
+       'Parse::CPAN::Meta'     => '1.4401',
+       'Perl::OSType'          => '1.002',
+       'PerlIO'                => '1.07',
+       'PerlIO::encoding'      => '0.14',
+       'PerlIO::scalar'        => '0.11_01',
+       'PerlIO::via'           => '0.11',
+       'PerlIO::via::QuotedPrint'=> '0.06',
+       'Pod::Checker'          => '1.45',
+       'Pod::Escapes'          => '1.04',
+       'Pod::Find'             => '1.35',
+       'Pod::Functions'        => '1.04',
+       'Pod::Html'             => '1.11',
+       'Pod::InputObjects'     => '1.31',
+       'Pod::LaTeX'            => '0.59',
+       'Pod::Man'              => '2.25',
+       'Pod::ParseLink'        => '1.10',
+       'Pod::ParseUtils'       => '1.36',
+       'Pod::Parser'           => '1.37',
+       'Pod::Perldoc'          => '3.15_04',
+       'Pod::Perldoc::BaseTo'  => undef,
+       'Pod::Perldoc::GetOptsOO'=> undef,
+       'Pod::Perldoc::ToChecker'=> undef,
+       'Pod::Perldoc::ToMan'   => undef,
+       'Pod::Perldoc::ToNroff' => undef,
+       'Pod::Perldoc::ToPod'   => undef,
+       'Pod::Perldoc::ToRtf'   => undef,
+       'Pod::Perldoc::ToText'  => undef,
+       'Pod::Perldoc::ToTk'    => undef,
+       'Pod::Perldoc::ToXml'   => undef,
+       'Pod::PlainText'        => '2.04',
+       'Pod::Select'           => '1.36',
+       'Pod::Simple'           => '3.16',
+       'Pod::Simple::BlackBox' => '3.16',
+       'Pod::Simple::Checker'  => '3.16',
+       'Pod::Simple::Debug'    => '3.16',
+       'Pod::Simple::DumpAsText'=> '3.16',
+       'Pod::Simple::DumpAsXML'=> '3.16',
+       'Pod::Simple::HTML'     => '3.16',
+       'Pod::Simple::HTMLBatch'=> '3.16',
+       'Pod::Simple::HTMLLegacy'=> '5.01',
+       'Pod::Simple::LinkSection'=> '3.16',
+       'Pod::Simple::Methody'  => '3.16',
+       'Pod::Simple::Progress' => '3.16',
+       'Pod::Simple::PullParser'=> '3.16',
+       'Pod::Simple::PullParserEndToken'=> '3.16',
+       'Pod::Simple::PullParserStartToken'=> '3.16',
+       'Pod::Simple::PullParserTextToken'=> '3.16',
+       'Pod::Simple::PullParserToken'=> '3.16',
+       'Pod::Simple::RTF'      => '3.16',
+       'Pod::Simple::Search'   => '3.16',
+       'Pod::Simple::SimpleTree'=> '3.16',
+       'Pod::Simple::Text'     => '3.16',
+       'Pod::Simple::TextContent'=> '3.16',
+       'Pod::Simple::TiedOutFH'=> '3.16',
+       'Pod::Simple::Transcode'=> '3.16',
+       'Pod::Simple::TranscodeDumb'=> '3.16',
+       'Pod::Simple::TranscodeSmart'=> '3.16',
+       'Pod::Simple::XHTML'    => '3.16',
+       'Pod::Simple::XMLOutStream'=> '3.16',
+       'Pod::Text'             => '3.15',
+       'Pod::Text::Color'      => '2.06',
+       'Pod::Text::Overstrike' => '2.04',
+       'Pod::Text::Termcap'    => '2.06',
+       'Pod::Usage'            => '1.36',
+       'SDBM_File'             => '1.09',
+       'Safe'                  => '2.29',
+       'Scalar::Util'          => '1.23',
+       'Scalar::Util::PP'      => '1.23',
+       'Search::Dict'          => '1.03',
+       'SelectSaver'           => '1.02',
+       'SelfLoader'            => '1.18',
+       'Shell'                 => '0.72_01',
+       'Socket'                => '1.94',
+       'Storable'              => '2.27',
+       'Symbol'                => '1.07',
+       'Sys::Hostname'         => '1.16',
+       'Sys::Syslog'           => '0.27',
+       'Sys::Syslog::win32::Win32'=> undef,
+       'TAP::Base'             => '3.23',
+       'TAP::Formatter::Base'  => '3.23',
+       'TAP::Formatter::Color' => '3.23',
+       'TAP::Formatter::Console'=> '3.23',
+       'TAP::Formatter::Console::ParallelSession'=> '3.23',
+       'TAP::Formatter::Console::Session'=> '3.23',
+       'TAP::Formatter::File'  => '3.23',
+       'TAP::Formatter::File::Session'=> '3.23',
+       'TAP::Formatter::Session'=> '3.23',
+       'TAP::Harness'          => '3.23',
+       'TAP::Object'           => '3.23',
+       'TAP::Parser'           => '3.23',
+       'TAP::Parser::Aggregator'=> '3.23',
+       'TAP::Parser::Grammar'  => '3.23',
+       'TAP::Parser::Iterator' => '3.23',
+       'TAP::Parser::Iterator::Array'=> '3.23',
+       'TAP::Parser::Iterator::Process'=> '3.23',
+       'TAP::Parser::Iterator::Stream'=> '3.23',
+       'TAP::Parser::IteratorFactory'=> '3.23',
+       'TAP::Parser::Multiplexer'=> '3.23',
+       'TAP::Parser::Result'   => '3.23',
+       'TAP::Parser::Result::Bailout'=> '3.23',
+       'TAP::Parser::Result::Comment'=> '3.23',
+       'TAP::Parser::Result::Plan'=> '3.23',
+       'TAP::Parser::Result::Pragma'=> '3.23',
+       'TAP::Parser::Result::Test'=> '3.23',
+       'TAP::Parser::Result::Unknown'=> '3.23',
+       'TAP::Parser::Result::Version'=> '3.23',
+       'TAP::Parser::Result::YAML'=> '3.23',
+       'TAP::Parser::ResultFactory'=> '3.23',
+       'TAP::Parser::Scheduler'=> '3.23',
+       'TAP::Parser::Scheduler::Job'=> '3.23',
+       'TAP::Parser::Scheduler::Spinner'=> '3.23',
+       'TAP::Parser::Source'   => '3.23',
+       'TAP::Parser::SourceHandler'=> '3.23',
+       'TAP::Parser::SourceHandler::Executable'=> '3.23',
+       'TAP::Parser::SourceHandler::File'=> '3.23',
+       'TAP::Parser::SourceHandler::Handle'=> '3.23',
+       'TAP::Parser::SourceHandler::Perl'=> '3.23',
+       'TAP::Parser::SourceHandler::RawTAP'=> '3.23',
+       'TAP::Parser::Utils'    => '3.23',
+       'TAP::Parser::YAMLish::Reader'=> '3.23',
+       'TAP::Parser::YAMLish::Writer'=> '3.23',
+       'Term::ANSIColor'       => '3.00',
+       'Term::Cap'             => '1.12',
+       'Term::Complete'        => '1.402',
+       'Term::ReadLine'        => '1.07',
+       'Term::UI'              => '0.26',
+       'Term::UI::History'     => undef,
+       'Test'                  => '1.25_02',
+       'Test::Builder'         => '0.98',
+       'Test::Builder::Module' => '0.98',
+       'Test::Builder::Tester' => '1.22',
+       'Test::Builder::Tester::Color'=> '1.22',
+       'Test::Harness'         => '3.23',
+       'Test::More'            => '0.98',
+       'Test::Simple'          => '0.98',
+       'Text::Abbrev'          => '1.01',
+       'Text::Balanced'        => '2.02',
+       'Text::ParseWords'      => '3.27',
+       'Text::Soundex'         => '3.03_01',
+       'Text::Tabs'            => '2009.0305',
+       'Text::Wrap'            => '2009.0305',
+       'Thread'                => '3.02',
+       'Thread::Queue'         => '2.12',
+       'Thread::Semaphore'     => '2.12',
+       'Tie::Array'            => '1.04',
+       'Tie::File'             => '0.97_02',
+       'Tie::Handle'           => '4.2',
+       'Tie::Hash'             => '1.04',
+       'Tie::Hash::NamedCapture'=> '0.08',
+       'Tie::Memoize'          => '1.1',
+       'Tie::RefHash'          => '1.39',
+       'Tie::Scalar'           => '1.02',
+       'Tie::StdHandle'        => '4.2',
+       'Tie::SubstrHash'       => '1.00',
+       'Time::HiRes'           => '1.9721_01',
+       'Time::Local'           => '1.2000',
+       'Time::Piece'           => '1.20_01',
+       'Time::Piece::Seconds'  => undef,
+       'Time::Seconds'         => undef,
+       'Time::gmtime'          => '1.03',
+       'Time::localtime'       => '1.02',
+       'Time::tm'              => '1.00',
+       'UNIVERSAL'             => '1.08',
+       'Unicode'               => '6.0.0',
+       'Unicode::Collate'      => '0.73',
+       'Unicode::Collate::CJK::Big5'=> '0.65',
+       'Unicode::Collate::CJK::GB2312'=> '0.65',
+       'Unicode::Collate::CJK::JISX0208'=> '0.64',
+       'Unicode::Collate::CJK::Korean'=> '0.66',
+       'Unicode::Collate::CJK::Pinyin'=> '0.65',
+       'Unicode::Collate::CJK::Stroke'=> '0.65',
+       'Unicode::Collate::Locale'=> '0.73',
+       'Unicode::Normalize'    => '1.10',
+       'Unicode::UCD'          => '0.32',
+       'User::grent'           => '1.01',
+       'User::pwent'           => '1.00',
+       'VMS::DCLsym'           => '1.05',
+       'VMS::Filespec'         => '1.12',
+       'VMS::Stdio'            => '2.4',
+       'Version::Requirements' => '0.101020',
+       'Win32'                 => '0.44',
+       'Win32API::File'        => '0.1101',
+       'Win32API::File::ExtUtils::Myconst2perl'=> '1',
+       'Win32CORE'             => '0.02',
+       'XS::APItest'           => '0.28',
+       'XS::Typemap'           => '0.05',
+       'XSLoader'              => '0.13',
+       'XSLoader::XSLoader'    => '0.13',
+       'attributes'            => '0.14',
+       'autodie'               => '2.1001',
+       'autodie::exception'    => '2.1001',
+       'autodie::exception::system'=> '2.1001',
+       'autodie::hints'        => '2.1001',
+       'autouse'               => '1.06',
+       'base'                  => '2.16',
+       'bigint'                => '0.27',
+       'bignum'                => '0.27',
+       'bigrat'                => '0.28',
+       'blib'                  => '1.06',
+       'bytes'                 => '1.04',
+       'charnames'             => '1.18',
+       'constant'              => '1.21',
+       'deprecate'             => '0.02',
+       'diagnostics'           => '1.22',
+       'encoding'              => '2.6_01',
+       'encoding::warnings'    => '0.11',
+       'feature'               => '1.20',
+       'fields'                => '2.15',
+       'filetest'              => '1.02',
+       'if'                    => '0.0601',
+       'inc::latest'           => '0.3800',
+       'integer'               => '1.00',
+       'less'                  => '0.03',
+       'lib'                   => '0.63',
+       'locale'                => '1.00',
+       'mro'                   => '1.07',
+       'open'                  => '1.08',
+       'ops'                   => '1.02',
+       'overload'              => '1.13',
+       'overload::numbers'     => undef,
+       'overloading'           => '0.01',
+       'parent'                => '0.225',
+       're'                    => '0.18',
+       'sigtrap'               => '1.05',
+       'sort'                  => '2.01',
+       'strict'                => '1.04',
+       'subs'                  => '1.00',
+       'threads'               => '1.83',
+       'threads::shared'       => '1.37',
+       'utf8'                  => '1.09',
+       'vars'                  => '1.02',
+       'version'               => '0.88',
+       'vmsish'                => '1.02',
+       'warnings'              => '1.12',
+       'warnings::register'    => '1.02',
+    },
 );
 
 %deprecated = (
@@ -25783,6 +26438,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     5.014002 => {
        'Shell'                 => '1',
     },
+    5.014003 => {
+       'Shell'                 => '1',
+    },
 );
 
 %upstream = (
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 009c4aa..d3aff11 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -2,9 +2,6 @@
 
 =head1 NAME
 
-[ this is a template for a new perldelta file. Any text flagged as
-XXX needs to be processed before release. ]
-
 perldelta - what is new for perl v5.14.3
 
 =head1 DESCRIPTION
@@ -16,29 +13,15 @@ If you are upgrading from an earlier release such as 
5.12.0, first read
 L<perl5140delta>, which describes differences between 5.12.0 and
 5.14.0.
 
-=head1 Notice
-
-XXX Any important notices here
-
 =head1 Core Enhancements
 
-XXX New core language features go here. Summarise user-visible core language
-enhancements. Particularly prominent performance optimisations could go
-here, but most should go in the L</Performance Enhancements> section.
-
-[ List each enhancement as a =head2 entry ]
+No changes since 5.14.0.
 
 =head1 Security
 
-XXX Any security-related notices go here.  In particular, any security
-vulnerabilities closed should be noted here rather than in the
-L</Selected Bug Fixes> section.
-
-[ List each security issue as a =head2 entry ]
-
 =head2 C<Digest> unsafe use of eval (CVE-2011-3597)
 
-The C<Digest->new()> function did not properly sanitize input before
+The C<Digest-E<gt>new()> function did not properly sanitize input before
 using it in an eval() call, which could lead to the injection of arbitrary
 Perl code.
 
@@ -49,57 +32,18 @@ This problem has been fixed.
 
 =head1 Incompatible Changes
 
-XXX For a release on a stable branch, this section aspires to be:
-
-    There are no changes intentionally incompatible with 5.XXX.XXX. If any
-    exist, they are bugs and reports are welcome.
-
-[ List each incompatible change as a =head2 entry ]
+There are no changes intentionally incompatible with 5.14.0. If any
+exist, they are bugs and reports are welcome.
 
 =head1 Deprecations
 
-XXX Any deprecated features, syntax, modules etc. should be listed here.
-In particular, deprecated modules should be listed here even if they are
-listed as an updated module in the L</Modules and Pragmata> section.
-
-[ List each deprecation as a =head2 entry ]
-
-=head1 Performance Enhancements
-
-XXX Changes which enhance performance without changing behaviour go here. There
-may well be none in a stable release.
-
-[ List each enhancement as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
+There have been no deprecations since 5.14.0.
 
 =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>, which prints stub
-entries to STDOUT.  Results can be pasted in place of the '=head2' entries
-below.  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.
-
-[ Within each section, list entries as a =item entry ]
-
 =head2 New Modules and Pragmata
 
-=over 4
-
-=item *
-
-XXX
-
-=back
+None
 
 =head2 Updated Modules and Pragmata
 
@@ -107,10 +51,6 @@ XXX
 
 =item *
 
-XXX
-
-=item *
-
 L<PerlIO::scalar> was updated to fix a bug in which opening a filehandle to
 a glob copy caused assertion failures (under debugging) or hangs or other
 erratic behaviour without debugging.
@@ -129,108 +69,28 @@ L<IPC::Open3> has been updated to fix a regression 
introduced in perl
 
 =head2 Removed Modules and Pragmata
 
-=over 4
-
-=item *
-
-XXX
-
-=back
+None
 
 =head1 Documentation
 
-XXX Changes to files in F<pod/> go here.  Consider grouping entries by
-file and be sure to link to the appropriate page, e.g. L<perlfunc>.
-
-PerlCheat was updated to 5.14.
-
 =head2 New Documentation
 
-XXX Changes which create B<new> files in F<pod/> go here.
-
-=head3 L<XXX>
-
-XXX Description of the purpose of the new file here
+None
 
 =head2 Changes to Existing Documentation
 
-XXX Changes which significantly change existing files in F<pod/> go here.
-However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
-section.
-
-=head3 L<XXX>
+=head3 L<perlcheat>
 
 =over 4
 
 =item *
 
-XXX Description of the change here
-
-=back
-
-=head1 Diagnostics
-
-The following additions or changes have been made to diagnostic output,
-including warnings and fatal error messages.  For the complete list of
-diagnostic messages, see L<perldiag>.
-
-XXX New or changed warnings emitted by the core's C<C> code go here. Also
-include any changes in L<perldiag> that reconcile it to the C<C> code.
-
-[ Within each section, list entries as a =item entry ]
-
-=head2 New Diagnostics
-
-XXX Newly added diagnostic messages go here
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
-=head2 Changes to Existing Diagnostics
-
-XXX Changes (i.e. rewording) of diagnostic messages go here
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
-=head1 Utility Changes
-
-XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go
-here. Most of these are built within the directories F<utils> and F<x2p>.
-
-[ List utility changes as a =head3 entry for each utility and =item
-entries for each change
-Use L<XXX> with program names to get proper documentation linking. ]
-
-=head3 L<XXX>
-
-=over 4
-
-=item *
-
-XXX
+L<perlcheat> was updated to 5.14.
 
 =back
 
 =head1 Configuration and Compilation
 
-XXX Changes to F<Configure>, F<installperl>, F<installman>, and analogous tools
-go here.  Any other changes to the Perl build process should be listed here.
-However, any platform-specific changes should be listed in the
-L</Platform Support> section, instead.
-
-[ List changes as a =item entry ].
-
 =over 4
 
 =item *
@@ -240,73 +100,22 @@ such as Debian with multi-architecture support.
 
 =item *
 
-XXX
-
-=item *
-
 In Configure, the test for procselfexe was refactored into a loop.
 
 =back
 
-=head1 Testing
-
-XXX Any significant changes to the testing of a freshly built perl should be
-listed here.  Changes which create B<new> files in F<t/> go here as do any
-large changes to the testing harness (e.g. when parallel testing was added).
-Changes to existing files in F<t/> aren't worth summarising, although the bugs
-that they represent may be covered elsewhere.
-
-[ List each test improvement as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
-=back
-
 =head1 Platform Support
 
-XXX Any changes to platform support should be listed in the sections below.
-
-[ Within the sections, list each platform as a =item entry with specific
-changes as paragraphs below it. ]
-
 =head2 New Platforms
 
-XXX List any platforms that this version of perl compiles on, that previous
-versions did not. These will either be enabled by new files in the F<hints/>
-directories, or new subdirectories and F<README> files at the top level of the
-source tree.
-
-=over 4
-
-=item XXX-some-platform
-
-XXX
-
-=back
+None
 
 =head2 Discontinued Platforms
 
-XXX List any platforms that this version of perl no longer compiles on.
-
-=over 4
-
-=item XXX-some-platform
-
-XXX
-
-=back
+None
 
 =head2 Platform-Specific Notes
 
-XXX List any changes for specific platforms. This could include configuration
-and compilation changes or changes in portability/compatibility.  However,
-changes within modules for platforms should generally be listed in the
-L</Modules and Pragmata> section.
-
 =over 4
 
 =item FreeBSD
@@ -315,7 +124,7 @@ The FreeBSD hints file was corrected to be compatible with 
FreeBSD 10.0.
 
 =item Solaris and NetBSD
 
-Configure was updated for "procselfexe" support on Solaris and NetBSD
+Configure was updated for "procselfexe" support on Solaris and NetBSD.
 
 =item HP-UX
 
@@ -341,44 +150,14 @@ Various build and test fixes were included for GNU/Hurd.
 
 LFS support was enabled in GNU/Hurd.
 
-=item XXX-some-platform
-
-XXX
-
-=back
-
-=head1 Internal Changes
-
-XXX Changes which affect the interface available to C<XS> code go here.
-Other significant internal changes for future core maintainers should
-be noted as well.
-
-[ List each test improvement as a =item entry ]
-
-=over 4
-
-=item *
-
-XXX
-
 =back
 
-=head1 Selected Bug Fixes
-
-XXX Important bug fixes in the core language are summarised here.
-Bug fixes in files in F<ext/> and F<lib/> are best summarised in
-L</Modules and Pragmata>.
-
-[ List each fix as a =item entry ]
+=head1 Bug Fixes
 
 =over 4
 
 =item *
 
-XXX
-
-=item *
-
 A regression has been fixed that was introduced in 5.14, in C</i>
 regular expression matching, in which a match improperly fails if the
 pattern is in UTF-8, the target string is not, and a Latin-1 character
@@ -394,18 +173,18 @@ C<"f\x{FB00}" =~ /ff/i> to fail.
 
 =item *
 
-The sitecustomize was made relocatableinc aware, so that
+The sitecustomize support was made relocatableinc aware, so that
 -Dusesitecustomize and -Duserelocatableinc may be used together.
 
 =item *
 
 The smartmatch operator (C<~~>) was changed so that the right-hand side
-takes precedence during operations when used as C<Any ~~ Object>.
+takes precedence during C<Any ~~ Object> operations.
 
 =item *
 
 A bug has been fixed in the tainting support, in which an C<index()>
-operation on a tainted constant would cause all other contants to become
+operation on a tainted constant would cause all other constants to become
 tainted.  [perl #64804]
 
 =item *
@@ -422,33 +201,33 @@ C</[[:lower:]]/i> and C</[[:upper:]]/i> no longer matched 
the opposite case.
 
 =back
 
-=head1 Known Problems
-
-XXX Descriptions of platform agnostic bugs we know we can't fix go here. Any
-tests that had to be C<TODO>ed for the release would be noted here, unless
-they were specific to a particular platform (see below).
-
-This is a list of some significant unfixed bugs, which are regressions
-from either 5.XXX.XXX or 5.XXX.XXX.
-
-[ List each fix as a =item entry ]
-
-=over 4
-
-=item *
+=head1 Acknowledgements
 
-XXX
+Perl 5.14.3 represents approximately 12 months of development since Perl 5.14.2
+and contains approximately 1,900 lines of changes across 61 files from 20
+authors.
 
-=back
+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.14.3:
 
-=head1 Obituary
+Abigail, Carl Hayter, Dave Rolsky, David Mitchell, Dominic Hargreaves, Father
+Chrysostomos, Florian Ragwitz, H.Merijn Brand, Jilles Tjoelker, Karl
+Williamson, Leon Timmermans, Michael G Schwern, Nicholas Clark, Niko Tyni, Pino
+Toscano, Ricardo Signes, Salvador Fandiño, Samuel Thibault, Steve Hay, Tony
+Cook.
 
-XXX If any significant core contributor has died, we've added a short obituary
-here.
+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.
 
-=head1 Acknowledgements
+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.
 
-XXX The list of people to thank goes here.
+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 fc74286..a8000f6 100644
--- a/pod/perlhist.pod
+++ b/pod/perlhist.pod
@@ -487,6 +487,7 @@ the strings?).
  Jesse L  5.17.1        2012-Jun-20
  TonyC    5.17.2        2012-Jul-20
  Steve    5.17.3        2012-Aug-20
+ Florian  5.17.4        2012-Sep-20
 
 =head2 SELECTED RELEASE SIZES
 
@@ -564,6 +565,8 @@ explained below.
  5.12.1         5000 100   1146 121  15283 2178   6407 1846   5354 169
  5.12.2         5003 100   1146 121  15404 2178   6413 1846   5376 170
  5.12.3         5004 100   1146 121  15529 2180   6417 1848   5391 171
+ 5.14.0         5328 104   1100 114  17779 2479   7697 2130   5871 188
+ 5.16.0         5562 109   1077  80  20504 2702   8750 2375   4815 152
 
 The "core"..."doc" mean the following files from the Perl source code
 distribution.  The glob notation ** means recursively, (.) means
@@ -839,32 +842,32 @@ the Perl source distribution for somewhat more selected 
releases.
 
  ======================================================================
 
-                  5.12.2     5.12.3
-
- apollo          0    3     0    3
- beos            4    4     4    4
- Configure     536    1   536    1
- Cross         118   15   118   15
- djgpp          17    7    17    7
- emacs         402    4   402    4
- epoc           31    8    31    8
- h2pl           12   15    12   15
- hints         368   97   368   97
- mad           174    8   174    8
- mpeix          45    6    45    6
- NetWare       466   61   466   61
- os2           507   70   507   70
- plan9         316   17   316   17
- Porting       750   54   750   54
- qnx             1    4     1    4
- symbian       288   54   288   54
- utils         269   27   269   27
- uts             8    3     8    3
- vmesa          21    4    21    4
- vms           646   18   644   18
- vos            16    8    16    8
- win32        1841   73  1841   73
- x2p           345   19   345   19
+                  5.12.2     5.12.3     5.14.0     5.16.0
+
+ apollo          0    3     0    3      -    -     -    -
+ beos            4    4     4    4      5    4     5    4
+ Configure     536    1   536    1    539    1   547    1
+ Cross         118   15   118   15    118   15   118   15
+ djgpp          17    7    17    7     18    7    18    7
+ emacs         402    4   402    4      -    -     -    -
+ epoc           31    8    31    8     32    8    30    8
+ h2pl           12   15    12   15     15   15    15   15
+ hints         368   97   368   97    370   96   371   96
+ mad           174    8   174    8    176    8   176    8
+ mpeix          45    6    45    6     46    6    46    6
+ NetWare       466   61   466   61    473   61   472   61
+ os2           507   70   507   70    518   70   519   70
+ plan9         316   17   316   17    319   17   319   17
+ Porting       750   54   750   54    855   60  1093   69
+ qnx             1    4     1    4      2    4     2    4
+ symbian       288   54   288   54    292   54   292   54
+ utils         269   27   269   27    249   29   245   30
+ uts             8    3     8    3      9    3     9    3
+ vmesa          21    4    21    4     22    4    22    4
+ vms           646   18   644   18    639   17   571   15
+ vos            16    8    16    8     17    8     9    7
+ win32        1841   73  1841   73   1833   72  1655   67
+ x2p           345   19   345   19    346   19   345   19
 
 =head2 SELECTED PATCH SIZES
 

--
Perl5 Master Repository

Reply via email to