In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dfc0ab62c3d85b034578d7b6ba08580a016a06b1?hp=2415bdd0f0b2bd846d5d5efaa89cbcfca3f656fb>
- Log ----------------------------------------------------------------- commit dfc0ab62c3d85b034578d7b6ba08580a016a06b1 Author: David Mitchell <[email protected]> Date: Wed May 6 00:01:43 2009 +0100 last two days merging activity ----------------------------------------------------------------------- Summary of changes: Porting/mergelog | 29 +++++++++++++++++++++++------ pod/perl5101delta.pod | 16 ++++++++++++++-- 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/Porting/mergelog b/Porting/mergelog index 0b85c82..866ee11 100644 --- a/Porting/mergelog +++ b/Porting/mergelog @@ -127,7 +127,8 @@ M eedd3f9945 2007/12/27 32741 R 124ee91afb 2007/12/27 32742 new assertion M 1f257c956c 2007/12/27 32743 M 2cd48dfddd 2007/12/27 32744 -R f708cfc10f 2007/12/27 32745 REGEXP as native type +P f708cfc10f 2007/12/27 32745 REGEXP as native type + only merged the tests M 88044e374e 2007/12/27 32746 M 03949bffb4 2007/12/27 32747 P a2794585f2 2007/12/27 32748 merged just the pat.t tests; the rest was REGEXP-as-SV-type stuff @@ -1703,7 +1704,7 @@ M ca8d723e95 2008/12/15 35101 R a23fa242b3 2008/12/15 35102 sort MANIFEST: did it manually instead M 8328529578 2008/12/15 35105 M 29c6b3372e 2008/12/15 35106 -! bdd3a62baa 2008/12/16 35118 IPC::Cmd 0.42; waiting for 0.42_01 to be backported to CPAN +M bdd3a62baa 2008/12/16 35118 IPC::Cmd 0.42 M 74ae847926 2008/12/16 35119 CPANPLUS 0.84_01 M 4dbf56a072 2008/12/16 35120 M fb063f91dc 2008/12/19 [admin] set up .gitignore files @@ -1712,11 +1713,11 @@ M 5e137bc214 2008/12/19 Fix up .gitignore files some more M 274f27f99d 2008/12/19 add .patch to the config file M 1e89acdfb3 2008/12/19 Add various files generated by a Win32 build to .g M 6421dfaca6 2008/12/19 Silence a podchecker warning in perlxs.pod -! 6b6e6e926f 2008/12/19 File::Fetch 0.18: waiting for IPC::Cmd 0.42 +M 6b6e6e926f 2008/12/19 File::Fetch 0.18 M 9b31c40c5f 2008/12/19 Subject: [PATCH] Update Module::Load::Conditional M 4da9db91c1 2008/12/19 Subject: [PATCH] Version updates for Package::Cons M 61eaa953f4 2008/12/19 Subject: [PATCH] Update version of Module::Loaded -! 495650dc2e 2008/12/19 IPC::Cmd 0.42_01; waiting for CPAN sync +M 495650dc2e 2008/12/19 IPC::Cmd 0.42_01; waiting for CPAN sync M 687d0cf84a 2008/12/19 Fix new Module-Load-Conditional test, which otherw M c1a4ae1c32 2008/12/19 Add pod page corresponding to README.haiku in .git M 14e848788c 2008/12/19 Subject: Re: [PATCH] Update Archive::Extract to 0. @@ -2396,7 +2397,7 @@ d 8098e75c0b 2009/02/11 avoid confusing gcc with -2147483648 y2038 M bf8d1304d5 2009/02/11 vms fgetname wrapper. ! f9916dde00 2009/02/12 Update CPAN.pm to 1.93_51 - Andreas doesn't recommend it for 5.10.1 + wait for CPAN sync ! 7f9994e0a5 2009/02/12 Fix MANIFEST for CPAN 1.93_51 inclusion fix for f9916dde00 M 142f6a0dad 2009/02/12 Skip tests for flattened extensions that weren't b @@ -2880,7 +2881,7 @@ R 3915ffe07a 2009/04/13 Merge branch 'blead' of ssh://[email protected] MERGE: ad6402bdb9 5dfb71230e individual commits merged ! 2f2071b189 2009/04/13 [PATCH] Update CPAN.pm to 1.93_52 - Andreas says not suitable for 5.10.1. + wait for CPAN synwait for CPAN sync ! 512e1353c9 2009/04/14 Add file missed in previous commit. see 2f2071b189 M 5a7d111884 2009/04/14 Documentation Patch: perlxs.pod @@ -2969,3 +2970,19 @@ M b017ed2380 2009/05/02 Document that XS_VERSION_BOOTCHECK may break if $V M f31522f37e 2009/05/03 Remove warnings "Exiting given/when via next/last" M 1ebfab3267 2009/05/03 Add tests for last and next in when() M ea6efd2c81 2009/05/03 RE: [PATCH] compress 2.018 +! 94fe740e5e 2009/05/04 Update CPAN.pm to 1.93_53 + wait for CPAN sync +M 7a9a6fa18c 2009/05/04 Clarify that =encoding is global in POD +M 80b215cbdd 2009/05/04 Patch to fix the problem enclosed. +M 2b78b7715e 2009/05/04 Update IPC::Cmd to 0.44 +M 1dffc4d1a2 2009/05/04 Fix SEGVs when cloning a typeglob that has been un +M 566771cc12 2009/05/04 Make Perl_hek_dup() cope with a NULL "source" para +M 46d6503777 2009/05/04 In Perl_gp_dup(), no need to explicitly zero ret-> +! 079cb8cc5a 2009/05/05 Make File::Copy always return 0 (not "") on failur + more File::Copy stuff +! 216e7dec10 2009/05/05 Bump version of File::Copy + more File::Copy stuff +M 12016aadb5 2009/05/05 Fix Time-Piece tests on Win32 with PERL_IMPLICIT_S +M 46f1a616f5 2009/05/05 Document that FileCache uses symbolic references +M 045cad9882 2009/05/05 Bump $VERSION of FileCache +M 41881f2581 2009/05/05 Add $(LDLIBPTH) to the documentation generation co diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod index d1ef59a..e772028 100644 --- a/pod/perl5101delta.pod +++ b/pod/perl5101delta.pod @@ -112,7 +112,7 @@ The bundled version is 1.999. =item * -C<Compress::Raw::Bzip2> has been added to the core (version 2.018). +C<Compress::Raw::Bzip2> has been added to the core (version 2.019). =item * @@ -163,7 +163,7 @@ C<CGI> upgraded from version 3.29 to 1.93_03 =item * -C<Compress::Zlib> upgraded from version 2.008 to 2.018 +C<Compress::Zlib> upgraded from version 2.008 to 2.019 =item * @@ -238,6 +238,14 @@ C<File::Copy> upgraded from version 2.11 to 2.14 =item * +C<File::Fetch> upgraded from version 0.14 to 0.18 + +=item * + +C<FileCache> upgraded from version 1.07 to 1.08 + +=item * + C<Filter::Util::Call> upgraded from version 1.07 to 1.08 =item * @@ -262,6 +270,10 @@ This makes non-blocking mode work on Windows in IO::Socket::INET [CPAN #43573]. =item * +C<IPC::Cmd> upgraded from version 0.40_1 to 0.44 + +=item * + C<Log::Message> upgraded from version 0.01 to 0.02 =item * -- Perl5 Master Repository
