In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/55d0b987f5c0a65ea8e4c104e3d0755cd935d9be?hp=e6ad13ae9f8c3c9bc1f923b331be2e1e4ed79e8f>
- Log ----------------------------------------------------------------- commit 55d0b987f5c0a65ea8e4c104e3d0755cd935d9be Author: David Golden <[email protected]> Date: Tue Jul 20 00:05:02 2010 -0700 add new release to perlhist M pod/perlhist.pod commit 48734f68e6226e5b6ea4133005178bf030f1df14 Author: David Golden <[email protected]> Date: Tue Jul 20 00:02:21 2010 -0700 Add dual-life.t to MANIFEST M MANIFEST commit d4f63867f7106c6c6b84dfa91a2a8ea03fb18f18 Author: David Golden <[email protected]> Date: Tue Jul 20 00:00:31 2010 -0700 perl5133delta.pod: finalize update modules list M pod/perl5133delta.pod commit a4729c0f7020647a53b70f68e6fb1cec42d4d8e1 Author: David Golden <[email protected]> Date: Mon Jul 19 23:25:21 2010 -0700 Update Module::Corelist for 5.13.3 M dist/Module-CoreList/Changes M dist/Module-CoreList/META.yml M dist/Module-CoreList/lib/Module/CoreList.pm ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 + dist/Module-CoreList/Changes | 3 + dist/Module-CoreList/META.yml | 2 +- dist/Module-CoreList/lib/Module/CoreList.pm | 743 +++++++++++++++++++++++++-- pod/perl5133delta.pod | 183 ++++--- pod/perlhist.pod | 5 +- 6 files changed, 806 insertions(+), 131 deletions(-) diff --git a/MANIFEST b/MANIFEST index 74e8c46..7f7045c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4571,6 +4571,7 @@ t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used t/porting/authors.t Check that all authors have been acknowledged t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly t/porting/diag.t Test completeness of perldiag.pod +t/porting/dual-life.t Check that dual-life bins are in utils t/porting/maintainers.t Test that Porting/Maintaners.pl is up to date t/porting/manifest.t Test that this MANIFEST file is well formed t/porting/podcheck.t Test the POD of shipped modules is well formed diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 0af6589..2680d4c 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +2.36 Tue Jul 20 2010 + - Updated for 5.13.3 + 2.35 Thu Jun 22 2010 - Updated for 5.13.2 diff --git a/dist/Module-CoreList/META.yml b/dist/Module-CoreList/META.yml index 4c3536c..bcbadc5 100644 --- a/dist/Module-CoreList/META.yml +++ b/dist/Module-CoreList/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Module-CoreList -version: 2.35 +version: 2.36 abstract: ~ license: perl author: ~ diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 12ad601..a126b06 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.35'; +$VERSION = '2.36'; =head1 NAME @@ -167,8 +167,8 @@ Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.004, 5.004_05, 5.005, 5.005_03, 5.005_04, 5.6.0, 5.6.1, 5.6.2, 5.7.3, 5.8.0, 5.8.1, 5.8.2, 5.8.3, 5.8.4, 5.8.5, 5.8.6, 5.8.7, 5.8.8, 5.8.9, 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.13.0, and 5.13.1 releases of -perl. +5.11.2, 5.11.3, 5.11.4, 5.11.5, 5.12.0, 5.12.1, 5.13.0, 5.13.1, 5.13.2 +and 5.13.3 releases of perl. =head1 HISTORY @@ -333,6 +333,7 @@ sub removed_raw { 5.012001 => '2010-05-16', 5.013001 => '2010-05-20', 5.013002 => '2010-06-22', + 5.013003 => '2010-07-20', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -16684,6 +16685,637 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'warnings' => '1.09', 'warnings::register' => '1.01', }, + 5.013003 => { + 'AnyDBM_File' => '1.00', + 'App::Cpan' => '1.5701', + 'App::Prove' => '3.21', + 'App::Prove::State' => '3.21', + 'App::Prove::State::Result'=> '3.21', + 'App::Prove::State::Result::Test'=> '3.21', + 'Archive::Extract' => '0.42', + 'Archive::Tar' => '1.64', + 'Archive::Tar::Constant'=> '1.64', + 'Archive::Tar::File' => '1.64', + 'Attribute::Handlers' => '0.88', + 'AutoLoader' => '5.70', + 'AutoSplit' => '1.06', + 'B' => '1.23', + 'B::Concise' => '0.79', + 'B::Debug' => '1.12', + 'B::Deparse' => '0.98', + 'B::Lint' => '1.11_01', + 'B::Lint::Debug' => '0.01', + 'B::Showlex' => '1.02', + 'B::Terse' => '1.05', + 'B::Xref' => '1.02', + 'Benchmark' => '1.11', + 'CGI' => '3.49', + 'CGI::Apache' => '1.01', + 'CGI::Carp' => '3.45', + 'CGI::Cookie' => '1.29', + 'CGI::Fast' => '1.08', + 'CGI::Pretty' => '3.46', + 'CGI::Push' => '1.04', + 'CGI::Switch' => '1.01', + 'CGI::Util' => '3.48', + 'CPAN' => '1.94_57', + 'CPAN::Author' => '5.5', + 'CPAN::Bundle' => '5.5', + 'CPAN::CacheMgr' => '5.5', + 'CPAN::Complete' => '5.5', + 'CPAN::Debug' => '5.5001', + 'CPAN::DeferredCode' => '5.50', + 'CPAN::Distribution' => '1.9600', + 'CPAN::Distroprefs' => '6', + 'CPAN::Distrostatus' => '5.5', + 'CPAN::Exception::RecursiveDependency'=> '5.5', + 'CPAN::Exception::blocked_urllist'=> '1.0', + 'CPAN::Exception::yaml_not_installed'=> '5.5', + 'CPAN::FTP' => '5.5004', + 'CPAN::FTP::netrc' => '1.00', + 'CPAN::FirstTime' => '5.5301', + 'CPAN::HandleConfig' => '5.5001', + 'CPAN::Index' => '1.94', + 'CPAN::InfoObj' => '5.5', + 'CPAN::Kwalify' => '5.50', + 'CPAN::LWP::UserAgent' => '1.94', + 'CPAN::Mirrors' => '1.77', + 'CPAN::Module' => '5.5', + 'CPAN::Nox' => '5.50', + 'CPAN::Prompt' => '5.5', + 'CPAN::Queue' => '5.5', + 'CPAN::Shell' => '5.5001', + 'CPAN::Tarzip' => '5.5011', + 'CPAN::URL' => '5.5', + 'CPAN::Version' => '5.5', + 'CPANPLUS' => '0.9007', + '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.46', + 'CPANPLUS::Dist::Build::Constants'=> '0.46', + 'CPANPLUS::Dist::MM' => undef, + 'CPANPLUS::Dist::Sample'=> undef, + 'CPANPLUS::Error' => undef, + 'CPANPLUS::Internals' => '0.9007', + '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.9007', + 'CPANPLUS::Shell::Default::Plugins::CustomSource'=> undef, + 'CPANPLUS::Shell::Default::Plugins::Remote'=> undef, + 'CPANPLUS::Shell::Default::Plugins::Source'=> undef, + 'Carp' => '1.16', + 'Carp::Heavy' => '1.16', + 'Class::Struct' => '0.63', + 'Compress::Raw::Bzip2' => '2.027', + 'Compress::Raw::Zlib' => '2.027_01', + 'Compress::Zlib' => '2.027', + 'Config' => undef, + 'Config::Extensions' => '0.01', + 'Cwd' => '3.31', + 'DB' => '1.03', + 'DBM_Filter' => '0.03', + '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.820', + 'Data::Dumper' => '2.126', + 'Devel::DProf' => '20080331.00', + 'Devel::DProf::dprof::V'=> undef, + 'Devel::InnerPackage' => '0.3', + 'Devel::PPPort' => '3.19', + 'Devel::Peek' => '1.04', + 'Devel::SelfStubber' => '1.03', + 'Digest' => '1.16', + 'Digest::MD5' => '2.40', + 'Digest::SHA' => '5.48', + 'Digest::base' => '1.16', + 'Digest::file' => '1.16', + 'DirHandle' => '1.03', + 'Dumpvalue' => '1.14', + 'DynaLoader' => '1.10', + 'Encode' => '2.39', + 'Encode::Alias' => '2.12', + '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.03', + '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.11', + '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.04', + 'English' => '1.04', + 'Env' => '1.01', + 'Errno' => '1.12', + 'Exporter' => '5.64_03', + 'Exporter::Heavy' => '5.64_03', + 'ExtUtils::CBuilder' => '0.2703', + 'ExtUtils::CBuilder::Base'=> '0.2703_01', + 'ExtUtils::CBuilder::Platform::Unix'=> '0.2703', + 'ExtUtils::CBuilder::Platform::VMS'=> '0.2703', + 'ExtUtils::CBuilder::Platform::Windows'=> '0.2703', + 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.2703', + 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.2703', + 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.2703', + 'ExtUtils::CBuilder::Platform::aix'=> '0.2703', + 'ExtUtils::CBuilder::Platform::cygwin'=> '0.2703', + 'ExtUtils::CBuilder::Platform::darwin'=> '0.2703', + 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.2703', + 'ExtUtils::CBuilder::Platform::os2'=> '0.2703', + 'ExtUtils::Command' => '1.16', + 'ExtUtils::Command::MM' => '6.56', + 'ExtUtils::Constant' => '0.22', + 'ExtUtils::Constant::Base'=> '0.04', + 'ExtUtils::Constant::ProxySubs'=> '0.06', + 'ExtUtils::Constant::Utils'=> '0.02', + 'ExtUtils::Constant::XS'=> '0.03', + 'ExtUtils::Embed' => '1.28', + 'ExtUtils::Install' => '1.55', + 'ExtUtils::Installed' => '1.999_001', + 'ExtUtils::Liblist' => '6.56', + 'ExtUtils::Liblist::Kid'=> '6.56', + 'ExtUtils::MM' => '6.56', + 'ExtUtils::MM_AIX' => '6.56', + 'ExtUtils::MM_Any' => '6.56', + 'ExtUtils::MM_BeOS' => '6.56', + 'ExtUtils::MM_Cygwin' => '6.56', + 'ExtUtils::MM_DOS' => '6.56', + 'ExtUtils::MM_Darwin' => '6.56', + 'ExtUtils::MM_MacOS' => '6.56', + 'ExtUtils::MM_NW5' => '6.56', + 'ExtUtils::MM_OS2' => '6.56', + 'ExtUtils::MM_QNX' => '6.56', + 'ExtUtils::MM_UWIN' => '6.56', + 'ExtUtils::MM_Unix' => '6.5601', + 'ExtUtils::MM_VMS' => '6.56', + 'ExtUtils::MM_VOS' => '6.56', + 'ExtUtils::MM_Win32' => '6.56', + 'ExtUtils::MM_Win95' => '6.56', + 'ExtUtils::MY' => '6.56', + 'ExtUtils::MakeMaker' => '6.5601', + 'ExtUtils::MakeMaker::Config'=> '6.56', + 'ExtUtils::Manifest' => '1.58', + 'ExtUtils::Mkbootstrap' => '6.56', + 'ExtUtils::Mksymlists' => '6.56', + 'ExtUtils::Packlist' => '1.44', + 'ExtUtils::ParseXS' => '2.2206', + 'ExtUtils::XSSymSet' => '1.1', + 'ExtUtils::testlib' => '6.56', + 'Fatal' => '2.10', + 'Fcntl' => '1.06', + 'File::Basename' => '2.79', + 'File::CheckTree' => '4.4', + 'File::Compare' => '1.1006', + 'File::Copy' => '2.20', + 'File::DosGlob' => '1.02', + 'File::Fetch' => '0.24', + 'File::Find' => '1.17', + 'File::Glob' => '1.08', + 'File::GlobMapper' => '1.000', + 'File::Path' => '2.08_01', + 'File::Spec' => '3.31', + 'File::Spec::Cygwin' => '3.30', + 'File::Spec::Epoc' => '3.30', + 'File::Spec::Functions' => '3.30', + 'File::Spec::Mac' => '3.30', + 'File::Spec::OS2' => '3.30', + 'File::Spec::Unix' => '3.30', + 'File::Spec::VMS' => '3.30', + 'File::Spec::Win32' => '3.30', + 'File::Temp' => '0.22', + 'File::stat' => '1.03', + 'FileCache' => '1.08', + 'FileHandle' => '2.02', + 'Filespec' => '1.12', + 'Filter::Simple' => '0.84', + 'Filter::Util::Call' => '1.08', + 'FindBin' => '1.50', + 'GDBM_File' => '1.10', + 'Getopt::Long' => '2.38', + 'Getopt::Std' => '1.06', + 'Hash::Util' => '0.08', + 'Hash::Util::FieldHash' => '1.04', + 'I18N::Collate' => '1.01', + 'I18N::LangTags' => '0.35_01', + 'I18N::LangTags::Detect'=> '1.04', + 'I18N::LangTags::List' => '0.35_01', + 'I18N::Langinfo' => '0.03', + 'IO' => '1.25_02', + 'IO::Compress::Adapter::Bzip2'=> '2.027', + 'IO::Compress::Adapter::Deflate'=> '2.027', + 'IO::Compress::Adapter::Identity'=> '2.027', + 'IO::Compress::Base' => '2.027', + 'IO::Compress::Base::Common'=> '2.027', + 'IO::Compress::Bzip2' => '2.027', + 'IO::Compress::Deflate' => '2.027', + 'IO::Compress::Gzip' => '2.027', + 'IO::Compress::Gzip::Constants'=> '2.027', + 'IO::Compress::RawDeflate'=> '2.027', + 'IO::Compress::Zip' => '2.027', + 'IO::Compress::Zip::Constants'=> '2.027', + 'IO::Compress::Zlib::Constants'=> '2.027', + 'IO::Compress::Zlib::Extra'=> '2.027', + 'IO::Dir' => '1.07', + 'IO::File' => '1.14', + 'IO::Handle' => '1.28', + 'IO::Pipe' => '1.13', + 'IO::Poll' => '0.07', + 'IO::Seekable' => '1.10', + 'IO::Select' => '1.17', + 'IO::Socket' => '1.32', + 'IO::Socket::INET' => '1.31', + 'IO::Socket::UNIX' => '1.23', + 'IO::Uncompress::Adapter::Bunzip2'=> '2.027', + 'IO::Uncompress::Adapter::Identity'=> '2.027', + 'IO::Uncompress::Adapter::Inflate'=> '2.027', + 'IO::Uncompress::AnyInflate'=> '2.027', + 'IO::Uncompress::AnyUncompress'=> '2.027', + 'IO::Uncompress::Base' => '2.027', + 'IO::Uncompress::Bunzip2'=> '2.027', + 'IO::Uncompress::Gunzip'=> '2.027', + 'IO::Uncompress::Inflate'=> '2.027', + 'IO::Uncompress::RawInflate'=> '2.027', + 'IO::Uncompress::Unzip' => '2.027', + 'IO::Zlib' => '1.10', + 'IPC::Cmd' => '0.60', + 'IPC::Msg' => '2.03', + 'IPC::Open2' => '1.03', + 'IPC::Open3' => '1.06', + 'IPC::Semaphore' => '2.03', + 'IPC::SharedMem' => '2.03', + 'IPC::SysV' => '2.03', + 'List::Util' => '1.23', + 'List::Util::PP' => '1.23', + 'List::Util::XS' => '1.23', + 'Locale::Codes' => '3.13', + 'Locale::Codes::Country'=> '3.13', + 'Locale::Codes::Currency'=> '3.13', + 'Locale::Codes::Language'=> '3.13', + 'Locale::Codes::Script' => '3.13', + 'Locale::Constants' => '3.13', + 'Locale::Country' => '3.13', + 'Locale::Currency' => '3.13', + 'Locale::Language' => '3.13', + 'Locale::Maketext' => '1.15', + 'Locale::Maketext::Guts'=> undef, + 'Locale::Maketext::GutsLoader'=> undef, + 'Locale::Maketext::Simple'=> '0.21', + 'Locale::Script' => '3.13', + 'Log::Message' => '0.02', + 'Log::Message::Config' => '0.01', + 'Log::Message::Handlers'=> undef, + 'Log::Message::Item' => undef, + 'Log::Message::Simple' => '0.06', + 'MIME::Base64' => '3.09', + 'MIME::QuotedPrint' => '3.09', + 'Math::BigFloat' => '1.60', + 'Math::BigFloat::Trace' => '0.01', + 'Math::BigInt' => '1.89_01', + 'Math::BigInt::Calc' => '0.52', + 'Math::BigInt::CalcEmu' => '0.05', + 'Math::BigInt::FastCalc'=> '0.19', + 'Math::BigInt::Trace' => '0.01', + 'Math::BigRat' => '0.24', + 'Math::Complex' => '1.56', + 'Math::Trig' => '1.2', + 'Memoize' => '1.01_03', + 'Memoize::AnyDBM_File' => '0.65', + 'Memoize::Expire' => '1.00', + 'Memoize::ExpireFile' => '1.01', + 'Memoize::ExpireTest' => '0.65', + 'Memoize::NDBM_File' => '0.65', + 'Memoize::SDBM_File' => '0.65', + 'Memoize::Storable' => '0.65', + 'Module::Build' => '0.3607', + 'Module::Build::Base' => '0.3607', + 'Module::Build::Compat' => '0.3607', + 'Module::Build::Config' => '0.3607', + 'Module::Build::ConfigData'=> undef, + 'Module::Build::Cookbook'=> '0.3607', + 'Module::Build::Dumper' => '0.3607', + 'Module::Build::ModuleInfo'=> '0.3607', + 'Module::Build::Notes' => '0.3607', + 'Module::Build::PPMMaker'=> '0.3607', + 'Module::Build::Platform::Amiga'=> '0.3607', + 'Module::Build::Platform::Default'=> '0.3607', + 'Module::Build::Platform::EBCDIC'=> '0.3607', + 'Module::Build::Platform::MPEiX'=> '0.3607', + 'Module::Build::Platform::MacOS'=> '0.3607', + 'Module::Build::Platform::RiscOS'=> '0.3607', + 'Module::Build::Platform::Unix'=> '0.3607', + 'Module::Build::Platform::VMS'=> '0.3607', + 'Module::Build::Platform::VOS'=> '0.3607', + 'Module::Build::Platform::Windows'=> '0.3607', + 'Module::Build::Platform::aix'=> '0.3607', + 'Module::Build::Platform::cygwin'=> '0.3607', + 'Module::Build::Platform::darwin'=> '0.3607', + 'Module::Build::Platform::os2'=> '0.3607', + 'Module::Build::PodParser'=> '0.3607', + 'Module::Build::Version'=> '0.77', + 'Module::Build::YAML' => '1.40', + 'Module::CoreList' => '2.36', + 'Module::Load' => '0.18', + 'Module::Load::Conditional'=> '0.38', + 'Module::Loaded' => '0.06', + 'Module::Pluggable' => '3.9', + 'Module::Pluggable::Object'=> '3.9', + 'Moped::Msg' => '0.01', + 'NDBM_File' => '1.08', + 'NEXT' => '0.64', + '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.36', + '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.07', + 'Object::Accessor' => '0.36', + 'Opcode' => '1.15', + 'POSIX' => '1.19', + 'Package::Constants' => '0.02', + 'Params::Check' => '0.26', + 'Parse::CPAN::Meta' => '1.40', + 'PerlIO' => '1.06', + 'PerlIO::encoding' => '0.12', + 'PerlIO::scalar' => '0.08', + 'PerlIO::via' => '0.09', + 'PerlIO::via::QuotedPrint'=> '0.06', + 'Pod::Checker' => '1.45', + 'Pod::Escapes' => '1.04', + 'Pod::Find' => '1.35', + 'Pod::Functions' => '1.04', + 'Pod::Html' => '1.09', + 'Pod::InputObjects' => '1.31', + 'Pod::LaTeX' => '0.58', + 'Pod::Man' => '2.23', + 'Pod::ParseLink' => '1.10', + 'Pod::ParseUtils' => '1.36', + 'Pod::Parser' => '1.37', + 'Pod::Perldoc' => '3.15_02', + '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.14', + 'Pod::Simple::BlackBox' => '3.14', + 'Pod::Simple::Checker' => '3.14', + 'Pod::Simple::Debug' => '3.14', + 'Pod::Simple::DumpAsText'=> '3.14', + 'Pod::Simple::DumpAsXML'=> '3.14', + 'Pod::Simple::HTML' => '3.14', + 'Pod::Simple::HTMLBatch'=> '3.14', + 'Pod::Simple::HTMLLegacy'=> '5.01', + 'Pod::Simple::LinkSection'=> '3.14', + 'Pod::Simple::Methody' => '3.14', + 'Pod::Simple::Progress' => '3.14', + 'Pod::Simple::PullParser'=> '3.14', + 'Pod::Simple::PullParserEndToken'=> '3.14', + 'Pod::Simple::PullParserStartToken'=> '3.14', + 'Pod::Simple::PullParserTextToken'=> '3.14', + 'Pod::Simple::PullParserToken'=> '3.14', + 'Pod::Simple::RTF' => '3.14', + 'Pod::Simple::Search' => '3.14', + 'Pod::Simple::SimpleTree'=> '3.14', + 'Pod::Simple::Text' => '3.14', + 'Pod::Simple::TextContent'=> '3.14', + 'Pod::Simple::TiedOutFH'=> '3.14', + 'Pod::Simple::Transcode'=> '3.14', + 'Pod::Simple::TranscodeDumb'=> '3.14', + 'Pod::Simple::TranscodeSmart'=> '3.14', + 'Pod::Simple::XHTML' => '3.14', + 'Pod::Simple::XMLOutStream'=> '3.14', + 'Pod::Text' => '3.14', + 'Pod::Text::Color' => '2.06', + 'Pod::Text::Overstrike' => '2.04', + 'Pod::Text::Termcap' => '2.06', + 'Pod::Usage' => '1.36', + 'SDBM_File' => '1.06', + 'Safe' => '2.27', + 'Scalar::Util' => '1.23', + 'Scalar::Util::PP' => '1.23', + 'Search::Dict' => '1.03', + 'SelectSaver' => '1.02', + 'SelfLoader' => '1.17', + 'Shell' => '0.72_01', + 'Socket' => '1.89', + 'Storable' => '2.22', + 'Symbol' => '1.07', + 'Sys::Hostname' => '1.11', + 'Sys::Syslog' => '0.27', + 'Sys::Syslog::win32::Win32'=> undef, + 'TAP::Base' => '3.21', + 'TAP::Formatter::Base' => '3.21', + 'TAP::Formatter::Color' => '3.21', + 'TAP::Formatter::Console'=> '3.21', + 'TAP::Formatter::Console::ParallelSession'=> '3.21', + 'TAP::Formatter::Console::Session'=> '3.21', + 'TAP::Formatter::File' => '3.21', + 'TAP::Formatter::File::Session'=> '3.21', + 'TAP::Formatter::Session'=> '3.21', + 'TAP::Harness' => '3.21', + 'TAP::Object' => '3.21', + 'TAP::Parser' => '3.21', + 'TAP::Parser::Aggregator'=> '3.21', + 'TAP::Parser::Grammar' => '3.21', + 'TAP::Parser::Iterator' => '3.21', + 'TAP::Parser::Iterator::Array'=> '3.21', + 'TAP::Parser::Iterator::Process'=> '3.21', + 'TAP::Parser::Iterator::Stream'=> '3.21', + 'TAP::Parser::IteratorFactory'=> '3.21', + 'TAP::Parser::Multiplexer'=> '3.21', + 'TAP::Parser::Result' => '3.21', + 'TAP::Parser::Result::Bailout'=> '3.21', + 'TAP::Parser::Result::Comment'=> '3.21', + 'TAP::Parser::Result::Plan'=> '3.21', + 'TAP::Parser::Result::Pragma'=> '3.21', + 'TAP::Parser::Result::Test'=> '3.21', + 'TAP::Parser::Result::Unknown'=> '3.21', + 'TAP::Parser::Result::Version'=> '3.21', + 'TAP::Parser::Result::YAML'=> '3.21', + 'TAP::Parser::ResultFactory'=> '3.21', + 'TAP::Parser::Scheduler'=> '3.21', + 'TAP::Parser::Scheduler::Job'=> '3.21', + 'TAP::Parser::Scheduler::Spinner'=> '3.21', + 'TAP::Parser::Source' => '3.21', + 'TAP::Parser::SourceHandler'=> '3.21', + 'TAP::Parser::SourceHandler::Executable'=> '3.21', + 'TAP::Parser::SourceHandler::File'=> '3.21', + 'TAP::Parser::SourceHandler::Handle'=> '3.21', + 'TAP::Parser::SourceHandler::Perl'=> '3.21', + 'TAP::Parser::SourceHandler::RawTAP'=> '3.21', + 'TAP::Parser::SourceHandler::pgTAP'=> '3.21', + 'TAP::Parser::Utils' => '3.21', + 'TAP::Parser::YAMLish::Reader'=> '3.21', + 'TAP::Parser::YAMLish::Writer'=> '3.21', + 'Term::ANSIColor' => '3.00', + 'Term::Cap' => '1.12', + 'Term::Complete' => '1.402', + 'Term::ReadLine' => '1.07', + 'Term::UI' => '0.20', + 'Term::UI::History' => undef, + 'Test' => '1.25_02', + 'Test::Builder' => '0.94', + 'Test::Builder::Module' => '0.94', + 'Test::Builder::Tester' => '1.18', + 'Test::Builder::Tester::Color'=> '1.18', + 'Test::Harness' => '3.21', + 'Test::More' => '0.94', + 'Test::Simple' => '0.94', + '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.11', + 'Thread::Semaphore' => '2.11', + 'Tie::Array' => '1.04', + 'Tie::File' => '0.97_02', + 'Tie::Handle' => '4.2', + 'Tie::Hash' => '1.03', + 'Tie::Hash::NamedCapture'=> '0.06', + 'Tie::Memoize' => '1.1', + 'Tie::RefHash' => '1.38', + 'Tie::Scalar' => '1.02', + 'Tie::StdHandle' => '4.2', + 'Tie::SubstrHash' => '1.00', + 'Time::HiRes' => '1.9721', + 'Time::Local' => '1.1901_01', + '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.07', + 'Unicode' => '5.2.0', + 'Unicode::Collate' => '0.53', + 'Unicode::Normalize' => '1.06', + 'Unicode::UCD' => '0.29', + 'User::grent' => '1.01', + 'User::pwent' => '1.00', + 'VMS::DCLsym' => '1.04', + 'VMS::Stdio' => '2.4', + 'Win32' => '0.39', + 'Win32API::File' => '0.1101', + 'Win32API::File::ExtUtils::Myconst2perl'=> '1', + 'Win32CORE' => '0.02', + 'XS::APItest' => '0.19', + 'XS::APItest::KeywordRPN'=> '0.004', + 'XS::Typemap' => '0.03', + 'XSLoader' => '0.10', + 'XSLoader::XSLoader' => '0.10', + 'attributes' => '0.12', + 'autodie' => '2.10', + 'autodie::exception' => '2.10', + 'autodie::exception::system'=> '2.10', + 'autodie::hints' => '2.10', + 'autouse' => '1.06', + 'base' => '2.15', + 'bigint' => '0.23', + 'bignum' => '0.23', + 'bigrat' => '0.23', + 'blib' => '1.05', + 'bytes' => '1.04', + 'charnames' => '1.11', + 'constant' => '1.20', + 'deprecate' => '0.01', + 'diagnostics' => '1.20', + 'encoding' => '2.6_01', + 'encoding::warnings' => '0.11', + 'feature' => '1.17', + 'fields' => '2.15', + 'filetest' => '1.02', + 'if' => '0.05', + 'inc::latest' => '0.3607', + 'integer' => '1.00', + 'less' => '0.03', + 'lib' => '0.63', + 'locale' => '1.00', + 'mro' => '1.03', + 'open' => '1.07', + 'ops' => '1.02', + 'overload' => '1.10', + 'overload::numbers' => undef, + 'overloading' => '0.01', + 'parent' => '0.223', + 're' => '0.12', + 'sigtrap' => '1.04', + 'sort' => '2.01', + 'strict' => '1.04', + 'subs' => '1.00', + 'threads' => '1.77_03', + 'threads::shared' => '1.33_02', + 'utf8' => '1.08', + 'vars' => '1.02', + 'version' => '0.82', + 'vmsish' => '1.02', + 'warnings' => '1.10', + 'warnings::register' => '1.01', + }, ); %deprecated = ( @@ -16747,14 +17379,17 @@ for my $version ( sort { $a <=> $b } keys %released ) { 5.013002 => { 'Shell' => '1', }, + 5.013003 => { + 'Shell' => '1', + }, ); %upstream = ( 'App::Cpan' => 'cpan', - 'App::Prove' => undef, - 'App::Prove::State' => undef, - 'App::Prove::State::Result'=> undef, - 'App::Prove::State::Result::Test'=> undef, + 'App::Prove' => 'cpan', + 'App::Prove::State' => 'cpan', + 'App::Prove::State::Result'=> 'cpan', + 'App::Prove::State::Result::Test'=> 'cpan', 'Archive::Extract' => 'cpan', 'Archive::Tar' => 'cpan', 'Archive::Tar::Constant'=> 'cpan', @@ -16855,7 +17490,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Devel::PPPort' => 'cpan', 'Digest' => undef, 'Digest::MD5' => undef, - 'Digest::SHA' => undef, + 'Digest::SHA' => 'cpan', 'Digest::base' => undef, 'Digest::file' => undef, 'Encode' => undef, @@ -17142,44 +17777,50 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Storable' => 'blead', 'Sys::Syslog' => 'cpan', 'Sys::Syslog::win32::Win32'=> 'cpan', - 'TAP::Base' => undef, - 'TAP::Formatter::Base' => undef, - 'TAP::Formatter::Color' => undef, - 'TAP::Formatter::Console'=> undef, - 'TAP::Formatter::Console::ParallelSession'=> undef, - 'TAP::Formatter::Console::Session'=> undef, - 'TAP::Formatter::File' => undef, - 'TAP::Formatter::File::Session'=> undef, - 'TAP::Formatter::Session'=> undef, - 'TAP::Harness' => undef, - 'TAP::Object' => undef, - 'TAP::Parser' => undef, - 'TAP::Parser::Aggregator'=> undef, - 'TAP::Parser::Grammar' => undef, - 'TAP::Parser::Iterator' => undef, - 'TAP::Parser::Iterator::Array'=> undef, - 'TAP::Parser::Iterator::Process'=> undef, - 'TAP::Parser::Iterator::Stream'=> undef, - 'TAP::Parser::IteratorFactory'=> undef, - 'TAP::Parser::Multiplexer'=> undef, - 'TAP::Parser::Result' => undef, - 'TAP::Parser::Result::Bailout'=> undef, - 'TAP::Parser::Result::Comment'=> undef, - 'TAP::Parser::Result::Plan'=> undef, - 'TAP::Parser::Result::Pragma'=> undef, - 'TAP::Parser::Result::Test'=> undef, - 'TAP::Parser::Result::Unknown'=> undef, - 'TAP::Parser::Result::Version'=> undef, - 'TAP::Parser::Result::YAML'=> undef, - 'TAP::Parser::ResultFactory'=> undef, - 'TAP::Parser::Scheduler'=> undef, - 'TAP::Parser::Scheduler::Job'=> undef, - 'TAP::Parser::Scheduler::Spinner'=> undef, - 'TAP::Parser::Source' => undef, - 'TAP::Parser::Source::Perl'=> undef, - 'TAP::Parser::Utils' => undef, - 'TAP::Parser::YAMLish::Reader'=> undef, - 'TAP::Parser::YAMLish::Writer'=> undef, + 'TAP::Base' => 'cpan', + 'TAP::Formatter::Base' => 'cpan', + 'TAP::Formatter::Color' => 'cpan', + 'TAP::Formatter::Console'=> 'cpan', + 'TAP::Formatter::Console::ParallelSession'=> 'cpan', + 'TAP::Formatter::Console::Session'=> 'cpan', + 'TAP::Formatter::File' => 'cpan', + 'TAP::Formatter::File::Session'=> 'cpan', + 'TAP::Formatter::Session'=> 'cpan', + 'TAP::Harness' => 'cpan', + 'TAP::Object' => 'cpan', + 'TAP::Parser' => 'cpan', + 'TAP::Parser::Aggregator'=> 'cpan', + 'TAP::Parser::Grammar' => 'cpan', + 'TAP::Parser::Iterator' => 'cpan', + 'TAP::Parser::Iterator::Array'=> 'cpan', + 'TAP::Parser::Iterator::Process'=> 'cpan', + 'TAP::Parser::Iterator::Stream'=> 'cpan', + 'TAP::Parser::IteratorFactory'=> 'cpan', + 'TAP::Parser::Multiplexer'=> 'cpan', + 'TAP::Parser::Result' => 'cpan', + 'TAP::Parser::Result::Bailout'=> 'cpan', + 'TAP::Parser::Result::Comment'=> 'cpan', + 'TAP::Parser::Result::Plan'=> 'cpan', + 'TAP::Parser::Result::Pragma'=> 'cpan', + 'TAP::Parser::Result::Test'=> 'cpan', + 'TAP::Parser::Result::Unknown'=> 'cpan', + 'TAP::Parser::Result::Version'=> 'cpan', + 'TAP::Parser::Result::YAML'=> 'cpan', + 'TAP::Parser::ResultFactory'=> 'cpan', + 'TAP::Parser::Scheduler'=> 'cpan', + 'TAP::Parser::Scheduler::Job'=> 'cpan', + 'TAP::Parser::Scheduler::Spinner'=> 'cpan', + 'TAP::Parser::Source' => 'cpan', + 'TAP::Parser::SourceHandler'=> 'cpan', + 'TAP::Parser::SourceHandler::Executable'=> 'cpan', + 'TAP::Parser::SourceHandler::File'=> 'cpan', + 'TAP::Parser::SourceHandler::Handle'=> 'cpan', + 'TAP::Parser::SourceHandler::Perl'=> 'cpan', + 'TAP::Parser::SourceHandler::RawTAP'=> 'cpan', + 'TAP::Parser::SourceHandler::pgTAP'=> 'cpan', + 'TAP::Parser::Utils' => 'cpan', + 'TAP::Parser::YAMLish::Reader'=> 'cpan', + 'TAP::Parser::YAMLish::Writer'=> 'cpan', 'Term::ANSIColor' => 'cpan', 'Term::Cap' => undef, 'Term::UI' => 'cpan', @@ -17189,7 +17830,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Test::Builder::Module' => 'cpan', 'Test::Builder::Tester' => 'cpan', 'Test::Builder::Tester::Color'=> 'cpan', - 'Test::Harness' => undef, + 'Test::Harness' => 'cpan', 'Test::More' => 'cpan', 'Test::Simple' => 'cpan', 'Text::Balanced' => undef, @@ -17662,7 +18303,13 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'TAP::Parser::Scheduler::Job'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::Scheduler::Spinner'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::Source' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', - 'TAP::Parser::Source::Perl'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler::Executable'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler::File'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler::Handle'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler::Perl'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler::RawTAP'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', + 'TAP::Parser::SourceHandler::pgTAP'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::Utils' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::YAMLish::Reader'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', 'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness', diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod index d0a3825..0ac6c80 100644 --- a/pod/perl5133delta.pod +++ b/pod/perl5133delta.pod @@ -102,156 +102,174 @@ There are several small optimizations to improve CPU cache performance =head2 Updated Modules and Pragmata -XXX Make sure these get sorted, are phrased similarly and all version -numbers are correct - =over 4 -=item * +=item C<autodie> -autodie updated to CPAN version 2.10 (a009834) +Upgraded from version 2.06_01 to 2.10. -=item * +=item C<charnames> -charnames -- viacode() is now significantly faster (f3227b7) +Upgraded from version 1.08 to 1.10. -=item * +C<viacode()> is now significantly faster. (f3227b7) -version now prevents object methods from being called as class methods -(d808b68) +=item C<lib> -=item * +Upgraded from version 0.62 to 0.63. -warnings updated to 1.10. Calling C<use warnings> without -arguments is now significantly more efficient. (8452af9) +=item C<threads> -=item * +Upgraded from version 1.77_02 to 1.77_03. -Archive-Extract updated to CPAN version 0.42 (d7f8799) +=item C<threads::shared> -Updates since 0.38 include: a safe print method that Michael Schwern -contributed, that guards Archive::Extract from changes to $\; a -fix to the tests when run in core perl from Robin Barker; and -support for TZ files contributed by Paul Marquess, who also supplied a -modification for the lzma logic to favour IO::Uncompress::Unlzma +Upgraded from version 1.33_01 to 1.33_02. -=item * +=item C<warnings> + +Upgraded from version 1.09 to 1.10. + +Calling C<use warnings> without arguments is now significantly more efficient. +(8452af9) + +=item C<Archive::Extract> + +Upgraded from version 0.38 to 0.42. -Archive-Tar updated to version 1.64 (afabe0e) +Updates since 0.38 include: a safe print method that guards +Archive::Extract from changes to $\; a fix to the tests when run in core +perl; support for TZ files; and a modification for the lzma logic to favour +IO::Uncompress::Unlzma (d7f8799) + +=item C<Archive::Tar> + +Upgraded from version 1.54 to 1.64. Important changes since 1.54 include: compatibility with busybox -implementations of tar which was added by Mark Swayne; a fix so -that write() and create_archive() close only handles -they opened by Darrell K.; and a bug was fixed regarding the exit code -of extract_archive which was spotted by and upstreamed from RedHat by -Martin Cermak. +implementations of tar; a fix so that C<write()> and C<create_archive()> +close only handles they opened; and a bug was fixed regarding the exit code +of extract_archive. (afabe0e) -=item * +=item C<Attribute::Handlers> -Attribute-Handlers updated to CPAN version 0.88 (f2ea78b) +Upgraded from version 0.87 to 0.88. -=item * +=item C<Compress::Raw::Bzip2> -Compress-Raw-Bzip2 updated to CPAN version 2.027 (9e09409) +Upgraded from version 2.024 to 2.027. -=item * +=item C<Compress::Raw::Zlib> -Compress-Raw-Zlib updated to CPAN version 2.027 (f02c02e) +Upgraded from version 2.024 to 2.027_01. -=item * +=item C<Compress::Zlib> -CPANPLUS updated to version 0.9007 (d4e225a) +Upgraded from version 2.024 to 2.027. -Fix the shell test to skip if test is not being run under a -terminal; resolved the issue where a prereq on Config would not be -recognised as a core module +=item C<CPANPLUS> -=item * +Upgraded from version 0.90 to 0.9007. -Digest-MD5 updated to CPAN version 2.40 (326fafa) +Fixed the shell test to skip if test is not being run under a terminal; +resolved the issue where a prereq on Config would not be recognised as a +core module. (d4e225a) -=item * +=item C<Digest::MD5> -Digest-SHA updated to CPAN version 5.48 (dfe1edc) +Upgraded from version 2.39 to 2.40. -=item * +=item C<Digest::SHA> + +Upgraded from version 5.47 to 5.48. + +=item C<Exporter> + +Upgraded from version 5.64_02 to 5.64_03. Exporter no longer overrides C<$SIG{__WARN__}> (RT #74472) (9b86bb5) -=item * +=item C<ExtUtils::CBuilder> -ExtUtils-CBuilder updated to CPAN version 0.2703 (7b0eef9) +Upgraded from version 0.27 to 0.2703. -=item * +=item C<ExtUtils::Manifest> -ExtUtils-Manifest updated to CPAN version 1.58 (49c6bc4) +Upgraded from version 1.57 to 1.58. -=item * +=item C<ExtUtils::ParseXS> -ExtUtil-ParseXS updated to version 2.2206 (494e8c4) +Upgraded from version 2.2205 to 2.2206. -=item * +=item C<File::Copy> -File::Copy skips suid tests on a nosuid partition (cae9400) +Upgraded from version 2.19 to 2.20. -These tests were being skipped on OpenBSD, but nosuid partitions can -exist on other systems too. Now it just checks if it can create a suid -directory, if not the tests are skipped. +Skips suid tests on a nosuid partition. These tests were being skipped on +OpenBSD, but nosuid partitions can exist on other systems too. Now it just +checks if it can create a suid directory, if not the tests are skipped. +Perl builds without errors in a nosuid /tmp with this patch. (cae9400) -Perl builds without errors in a nosuid /tmp with this patch. +=item C<I18N::LangTags> -=item * +Upgraded from version 0.35 to 0.35_01. -IO-Compress updated to CPAN version 2.027 (e8796d6) +=item C<IPC::Cmd> -=item * +Upgraded from version 0.58 to 0.60. -IPC-Cmd updated to CPAN version 0.60 (e667e1e) +=item C<IPC::SysV> -=item * +Upgraded from version 2.01 to 2.03. -IPC-SysV updated to CPAN version 2.03 (10613b6) +=item C<Locale::Maketext> -=item * +Upgraded from version 1.14 to 1.15. Locale::Maketext guts have been merged back into the main module (87d86da) and adds external cache support (ace47d6) -=item * +=item C<Module::Build> -Module-Build updated to CPAN version 0.3607 (40c9afb) +Upgraded from version 0.3603 to 0.3607. -=item * +=item C<Module::CoreList> -Module-Load updated to CPAN version 0.18 (93eaa32) +Upgraded from version 2.34 to 2.36. -=item * +=item C<Module::Load> -Term-ANSIColor to CPAN version 3.00 (2c33c76) +Upgraded from version 0.16 to 0.18. -=item * +=item C<Term::ANSIColor> -Test-Harness to CPAN version 3.21 (6d31366) +Upgraded from version 2.02 to 3.00. + +=item C<Test::Harness> + +Upgraded from version 3.17 to 3.21. The core update from Test-Harness 3.17 to 3.21 fixed some things, but -also L<introduced a known problem|/"Known Problems">. +also L<introduced a known problem|/"Known Problems"> with argument +passing to non-Perl tests. -=item * +=item C<Time::HiRes> -Time-HiRes updated to CPAN version 1.9721 (68c5b4d) +Upgraded from version 1.9719 to 1.9721. -=item * +=item C<Time::Piece> -Time-Piece updated to CPAN version 1.20 (90d55c2) +Upgraded from version 1.15_01 to 1.20_01. -=item * +=item C<Unicode::Collate> -Unicode-Collate updated to CPAN version 0.53. Includes Unicode Collation -Algorithm 18 (74b94a7) +Upgraded from version 0.52_01 to 0.53. -=item * +Includes Unicode Collation Algorithm 18 (74b94a7) -Unicode-Normalize updated to CPAN release 1.06 (a96160d) +=item C<Unicode::Normalize> + +Upgraded from version 1.03 to 1.06. =back @@ -560,6 +578,11 @@ tests be run as C<prove ./test.sh> instead of C<prove test.sh> These issues are being solved upstream, but didn't make it into this release. They're expected to be fixed in time for perl v5.13.4. (RT #59457) +=item * + +C<version> now prevents object methods from being called as class methods +(d808b68) + =back =head1 Errata diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 22ab3dd..0c3cb70 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -29,7 +29,7 @@ Ing-Simmons, Chip Salzenberg, Tim Bunce, Malcolm Beattie, Gurusamy Sarathy, Graham Barr, Jarkko Hietaniemi, Hugo van der Sanden, Michael Schwern, Rafael Garcia-Suarez, Nicholas Clark, Richard Clamp, Leon Brocard, Dave Mitchell, Jesse Vincent, Ricardo Signes, Steve Hay, -Matt S Trout. +Matt S Trout and David Golden. =head2 PUMPKIN? @@ -408,7 +408,7 @@ the strings?). Rafael 5.10.0 2007-Dec-18 - David 5.10.1-RC1 2009-Aug-06 The 5.10 maintenance track + David M 5.10.1-RC1 2009-Aug-06 The 5.10 maintenance track 5.10.1-RC2 2009-Aug-18 5.10.1 2009-Aug-22 @@ -427,6 +427,7 @@ the strings?). Leon 5.13.0 2010-Apr-20 The 5.13 development track Ricardo 5.13.1 2010-May-20 Matt 5.13.2 2010-Jun-22 + David G 5.13.3 2010-Jul-20 =head2 SELECTED RELEASE SIZES -- Perl5 Master Repository
