In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f24f12f75a0e0f77b783730344f1d23d45cc0072?hp=4d1face807dfa10023aa90e871c1203a85eb4d90>
- Log ----------------------------------------------------------------- commit f24f12f75a0e0f77b783730344f1d23d45cc0072 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:08:24 2011 -0800 perldelta: 0019012ad (module updates) is already done M pod/perldelta.pod commit 029e860c73c88412b809beb571c60dccacd89528 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:07:16 2011 -0800 perldelta: File::Fetch and Archive::* are already mentioned M pod/perldelta.pod commit 2282d36ac092228fbe1ad371aca4beb3f2fdcabd Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:05:42 2011 -0800 perldelta: Module::Metadata is already listed M pod/perldelta.pod commit 98d645a7de1936a3ce985f693d2f55e3989c7324 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:05:17 2011 -0800 perldelta: version.pm M pod/perldelta.pod commit cf3ada8baa13a14d9444dbec11bc1621f33b7b5f Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:03:39 2011 -0800 perldelta: no entry is necessary for c1b879e57aecb That commit just fixes up a recently-added test to work on VMS. M pod/perldelta.pod commit e6d8491a0230771e00732cdff1e49564458b55e5 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:01:16 2011 -0800 perldelta: Perl::OSType is already listed M pod/perldelta.pod commit 7c53e0a1f5238bc515c631408751adcb29470d78 Author: Father Chrysostomos <spr...@cpan.org> Date: Wed Jan 19 14:00:41 2011 -0800 perldelta: Apollo M pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 81 +++++----------------------------------------------- 1 files changed, 8 insertions(+), 73 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index badba25..1811d0e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -291,6 +291,10 @@ C<Time::Local> has been upgraded from version 1.1901_01 to 1.2000. C<Unicode::Normalize> has been upgraded from version 1.07 to 1.10 +=item * + +C<version> has been upgraded from 0.86 to 0.88. + =back =head2 Removed Modules and Pragmata @@ -451,9 +455,11 @@ XXX List any platforms that this version of perl no longer compiles on. =over 4 -=item XXX-some-platform +=item Apollo DomainOS -XXX +The last vestiges of support for this platform have been excised from the +Perl distribution. It was officially discontinued in version 5.12.0. It had +not worked for years before that. =back @@ -799,12 +805,6 @@ Date: Sun Jan 16 17:41:30 2011 -0700 regcomp.c: Convert \d \D to a switch{} -commit eee47ba661717bca7751443be1b6ac8f8f64585a -Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk> -Date: Mon Jan 17 12:35:54 2011 +0000 - - Update File-Fetch to CPAN version 0.32 - commit e66820012d29519f903709f005e56a2c334ae183 Author: Tony Cook <t...@develop-help.com> Date: Mon Jan 17 19:22:08 2011 +1100 @@ -1094,15 +1094,6 @@ Date: Sat Jan 8 14:44:05 2011 -0700 perldiag.pod: Add missing message severities -commit 0019012ad86d597fb507f71577d70ecd4c416bba -Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk> -Date: Sat Jan 8 23:09:04 2011 +0000 - - Update Object-Accessor to CPAN version 0.38 - Update Module-Load-Conditional to CPAN version 0.40 - Update Log-Message to CPAN version 0.04 - Update IPC-Cmd to CPAN version 0.68 - TESTING add test for split without a pattern @@ -1113,12 +1104,6 @@ TESTING Add t/base/while.t testing the basic of a while loop with minimal dependencies. Change t/cmd/while.t into a non-base test using "test.pl". -commit ac066c2ab5bc31260104aeee778921b186894769 - - Update File-Fetch to CPAN version 0.30 - Update Archive-Tar to CPAN version 1.76 - Update Archive-Extract to CPAN version 0.48 - commit b86b68b4eefa1069dabc8ea0401d712b24a67857 Author: Jesse Vincent <je...@bestpractical.com> Date: Sat Jan 8 00:14:29 2011 +0800 @@ -1126,53 +1111,6 @@ Date: Sat Jan 8 00:14:29 2011 +0800 Update the policy on doc patches to maint -commit e8b333e679eb9a7a62c1d86b647515f01821eb60 -Author: David Golden <dagol...@cpan.org> -Date: Wed Jan 5 22:47:41 2011 -0500 - - Add Module::Metadata as a dual-life core module - - This commit adds Module::Metadata 1.000002 as a dual-life module. It - gathers package and POD information from Perl module files. It is a - standalone module based on Module::Build::ModuleInfo for use by other - module installation toolchain components. Module::Build::ModuleInfo - has been deprecated in favor of this module instead. - -commit a8fb8d791b74ff90850140d94407aad99ec86fe3 -Author: John Peacock <jpeac...@jpeacock-hp.doesntexist.org> -Date: Thu Jan 6 20:02:37 2011 -0500 - - Sync with version 0.88 on CPAN - -commit c1b879e57aecbfe520b3f44dd28472d1862f037d -Author: Craig A. Berry <craigbe...@mac.com> -Date: Wed Jan 5 19:14:06 2011 -0600 - - Make newline on last record explicit. - - On VMS, the last line written to a file will get a trailing newline - willy nilly. This has its advantages insofar as you never get the - "no newline at end of file" warnings from various utilities, but - reality conflicts with expectations when you explicitly test for - the last (or only) line *not* ending with newline, which is what - the recent addtion to ref.t (5e3072707906cc4cb8a364c4cf7c487df0300caa) - was doing. Adding an explicit newline makes everyone happy. - -commit 935c8d19ecf9ad3ea7589ffd1721e6ba1c671ed9 -Author: David Golden <dagol...@cpan.org> -Date: Wed Jan 5 22:25:23 2011 -0500 - - Add Perl::OSType as a dual-life core module - - This commit adds Perl::OSType 1.002 as a dual-life module. It maps Perl - operating system names (e.g. 'dragonfly' or 'MSWin32') to more generic - types with standardized names (e.g. "Unix" or "Windows"). It has been - refactored out of Module::Build and ExtUtils::CBuilder and consolidates - such mappings into a single location for easier maintenance. - - c.f. - http://www.nntp.perl.org/group/perl.perl5.porters/2010/05/msg160280.html - commit 0b5e625bc99f5cb78697faf03b297b6cacadf60b Author: Reini Urban <rur...@x-ray.at> Date: Tue Sep 14 18:04:22 2010 +0200 @@ -1192,9 +1130,6 @@ Date: Tue Sep 14 17:54:15 2010 +0200 Platforms - Actually excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. It - hadn't worked for years before that. - commit cc7e77fd5a0ee9f1498e54dddf566117da62754b Author: Reini Urban <rur...@x-ray.at> Date: Tue Sep 14 17:48:32 2010 +0200 -- Perl5 Master Repository