This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Perl 5 source code".
The branch, maint-5.8 has been updated
via 7c0d6067e0b3505af391da75a5bfad060f13f3a4 (commit)
via f301a82716eda5a116efdb03f56d5fc31d55eff5 (commit)
via c1335c7fcaddda7caf93f72677615b55e4e20a6a (commit)
via c3e2095bf13b6ac16b5ac8753709f11dbcc7cd80 (commit)
via f54c4d48f5bcc358980d327845340f79995c8beb (commit)
via fcd58623d6af0358cbae93e9d737c471e7a7db57 (commit)
via 05e7ef0e78dfa611782df618f4f69863a2e71b86 (commit)
via 246cafe92e39b39a7937c320e6337acef5a81a04 (commit)
via 60ce2872205c3eae307f392186581b2e2de8f914 (commit)
via c2b6e1986cff29e1f9ab06709bfde6c4929d9084 (commit)
via b22fe0a15492146048e0472416f048cccc1d5d1c (commit)
via b99f3f0d388cb5fc990ef915e658e71e7baa5da3 (commit)
via 6ac1be49527f7e5b7324cca25575c15f385c3ba5 (commit)
via 843c11661794aa1fa76d9960e866abe104faa3fa (commit)
via 42093a7f8e2fd3865a6cf944f719c9b79aec6e88 (commit)
via 9edf67c693ad69a83839e147ff7513bcf451ba6d (commit)
via 9ec7472e956353b786314eb20edc09fd0501a4ad (commit)
via fbafbab429672e4ceca03c55663ed7bdd475b839 (commit)
via cd4142ca8a2eff2ce1cb840f8aea629e9b5b7f8b (commit)
via b56ac3a66e2d4b3f7cf0d91c11130eddc29ff918 (commit)
via 53d53b6ea240bcbfee245cb5ec1ce0adfa8631b9 (commit)
via 4f408ce07f8e1df4ac0f5ecdd4c1b3dc6814eced (commit)
via ecba35de0bc3f8986ae9a70685f32a759f21349a (commit)
from 4eeca37b9dfb5e31e2cba5c68a81e42264a1875f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c0d6067e0b3505af391da75a5bfad060f13f3a4
Author: Robin Barker <[EMAIL PROTECTED]>
Date: Wed Oct 29 13:22:04 2008 +0000
Integrate:
[ 34707]
Integrate:
[ 34694]
Explicitly specify some printf formats for constant strings.
This is mostly to silence gcc's warning, "format not a string
literal and no format arguments".
[ 34695]
Subject: [PATCH] explicit empty while loops
Message-ID: <[EMAIL PROTECTED]>
[ 34700]
Silence one more format warning
p4raw-link: @34707 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351683)XXXXXXXXXXXXXXX
p4raw-link: @34700 on //depot/perl: XXXXXXXXXXXXXXXX:(351676)XXXXXXXXXXXXXXX
p4raw-link: @34695 on //depot/perl: XXXXXXXXXXXXXXXX:(351671)XXXXXXXXXXXXXXX
p4raw-link: @34694 on //depot/perl: XXXXXXXXXXXXXXXX:(351670)XXXXXXXXXXXXXXX
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'edit in' mg.c
sv.c (@34599..) perl.c (@34601..) 'merge in'
ext/PerlIO/scalar/scalar.xs (@33940..) av.c doop.c handy.h pp.c
pp_hot.c pp_sort.c pp_sys.c util.c (@34599..)
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'merge in' op.c
pp_ctl.c toke.c (@34599..)
commit f301a82716eda5a116efdb03f56d5fc31d55eff5
Author: Jan Dubois <[EMAIL PROTECTED]>
Date: Thu Dec 20 02:18:52 2007 -0800
Integrate:
[ 34704]
Integrate:
[ 32728]
Subject: [PATCH] 64-bit fix for Time::Local
Message-ID: <[EMAIL PROTECTED]>
[ 34699]
Upgrade to Time::Local 1.1901.
p4raw-link: @34704 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351680)XXXXXXXXXXXXXXX
p4raw-link: @34699 on //depot/perl: XXXXXXXXXXXXXXXX:(351675)XXXXXXXXXXXXXXX
p4raw-link: @32728 on //depot/perl: b35a509b8a900dd55a64c34f690364e8ed8ef313
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'copy in'
lib/Time/Local.pm lib/Time/Local.t (@32694..)
commit c1335c7fcaddda7caf93f72677615b55e4e20a6a
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Tue Nov 4 08:46:09 2008 +0000
Incorporate everything from the not-yet-done 2006 splits. (Or at least
notes and placeholders for them). Move some things around. Steal, um
flatter, some things from perl5100delta.pod.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit c3e2095bf13b6ac16b5ac8753709f11dbcc7cd80
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Mon Nov 3 22:24:01 2008 +0000
A first pass over what's there. Rejig some sections to use =head2 where
that was the style I used in perl587delta.pod. Move things to more
appropriate sections. Attempt to normalise the "Upgraded Modules"
section. Remove the change numbers - if people really need this the
commit messages are clear. Remove erroneous references to 5.10 features
that crept in. (Useful - they had to be purged from other files too).
Remove references to bug fixes that were actually 5.10.x only,
utilities that are 5.10.x only, and utilities that are not installed.
If they're not installed, they belong in "hacking" type documentation.
Remove all references to perltodo. It's invariably out of date in
5.8.x, and we don't want to encourage people to hack against this
source tree.
But by heck, there's already a lot there. Thank you everyone.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit f54c4d48f5bcc358980d327845340f79995c8beb
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Mon Nov 3 22:11:58 2008 +0000
Purge accidental references to //p, ${^PREMATCH}, ${^MATCH} and
${^POSTMATCH}.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit fcd58623d6af0358cbae93e9d737c471e7a7db57
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Mon Nov 3 21:27:44 2008 +0000
Initial check-in of the final (mostly complete) perl589delta from Paul
Fenwick's volunteer team http://groups.google.com/group/perl589delta
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit 05e7ef0e78dfa611782df618f4f69863a2e71b86
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Mon Nov 3 10:35:59 2008 +0000
Integrate:
[ 34692]
Integrate:
[ 34691]
Upgrade to Text::ParseWords 3.27
p4raw-link: @34692 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351668)XXXXXXXXXXXXXXX
p4raw-link: @34691 on //depot/perl: XXXXXXXXXXXXXXXX:(351667)XXXXXXXXXXXXXXX
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'copy in'
lib/Text/ParseWords.pm lib/Text/ParseWords.t
lib/Text/ParseWords/taint.t (@32694..) 'merge in'
Porting/Maintainers.pl (@34635..)
commit 246cafe92e39b39a7937c320e6337acef5a81a04
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 16:01:38 2008 +0000
Update Changes.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit 60ce2872205c3eae307f392186581b2e2de8f914
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 15:09:42 2008 +0000
Rework the pseudohash tests so that they skip on 5.10.0 and later, and
don't expose any syntax that 5.10.0 chokes on.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit c2b6e1986cff29e1f9ab06709bfde6c4929d9084
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 14:10:54 2008 +0000
Fix discrepancy created by the conflict resolution of merge 34681.
t/harness is not as exacting as t/TEST, when it comes to test numbers
being in order. (TEST's favourite muppet clearly is Count von Count.
No idea which harness likes best)
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit b22fe0a15492146048e0472416f048cccc1d5d1c
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 11:54:37 2008 +0000
Update Changes.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit b99f3f0d388cb5fc990ef915e658e71e7baa5da3
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 11:25:35 2008 +0000
Run pod/buildtoc --build-all
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit 6ac1be49527f7e5b7324cca25575c15f385c3ba5
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 11:24:11 2008 +0000
Run regen.pl.
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit 843c11661794aa1fa76d9960e866abe104faa3fa
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 11:21:09 2008 +0000
Run Porting/makemeta
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
commit 42093a7f8e2fd3865a6cf944f719c9b79aec6e88
Author: Daniel Frederick Crisman <[EMAIL PROTECTED]>
Date: Thu Oct 23 16:14:56 2008 -0400
Integrate:
[ 34659]
Integrate:
[ 34566]
Subject: [PATCH blead DOC] Re: [perl #60022] Typo in perldata
Message-ID: <[EMAIL PROTECTED]>
Change from cardinal to ordinal numbering to avoid confusion.
[ 34642]
Remove redundant API definitions from '=for apidoc' sections.
Those are already in embed.fnc, and most of them were already
outdated. This also fixes the docs for pv_escape and pv_pretty.
[ 34664]
Integrate:
[ 34649]
Remove redundant (and wrong) prototype for pv_display()
from its apidoc section.
p4raw-link: @34664 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351640)XXXXXXXXXXXXXXX
p4raw-link: @34659 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351635)XXXXXXXXXXXXXXX
p4raw-link: @34649 on //depot/perl: XXXXXXXXXXXXXXXX:(351627)XXXXXXXXXXXXXXX
p4raw-link: @34642 on //depot/perl: XXXXXXXXXXXXXXXX:(351620)XXXXXXXXXXXXXXX
p4raw-link: @34566 on //depot/perl: fab428a7d375f8e0c443d66c01264aa97e5ad9e5
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'edit in' utf8.c
(@34599..) dump.c (@34659..) 'merge in' pod/perlapi.pod
(@33611..) pod/perldata.pod (@33729..)
commit 9edf67c693ad69a83839e147ff7513bcf451ba6d
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 10:49:43 2008 +0000
Integrate:
[ 34665]
Integrate:
[ 34638]
Upgrade to CPAN-1.9301.
p4raw-link: @34665 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351641)XXXXXXXXXXXXXXX
p4raw-link: @34638 on //depot/perl: XXXXXXXXXXXXXXXX:(351616)XXXXXXXXXXXXXXX
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-branched: from //depot/maint-5.10/[EMAIL PROTECTED] 'branch in'
lib/CPAN/API/HOWTO.pod lib/CPAN/Distroprefs.pm
p4raw-deleted: from //depot/maint-5.10/[EMAIL PROTECTED] 'delete in'
lib/CPAN/API/HOWTO.pm (@32694..)
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'copy in'
lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
lib/CPAN/HandleConfig.pm lib/CPAN/Kwalify.pm
lib/CPAN/Kwalify/distroprefs.dd
lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/Nox.pm
lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm lib/CPAN/bin/cpan
lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
lib/CPAN/t/11mirroredby.t (@32694..) 'merge in' MANIFEST
(@34614..)
commit 9ec7472e956353b786314eb20edc09fd0501a4ad
Author: Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]>
Date: Wed Oct 29 23:58:52 2008 +0100
Integrate:
[ 34663]
Integrate:
[ 34648]
Subject: Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz
Message-Id: <[EMAIL PROTECTED]>
p4raw-link: @34663 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351639)XXXXXXXXXXXXXXX
p4raw-link: @34648 on //depot/perl: XXXXXXXXXXXXXXXX:(351626)XXXXXXXXXXXXXXX
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'copy in'
lib/constant.pm (@34401..) 'edit in' lib/constant.t (@33113..)
commit fbafbab429672e4ceca03c55663ed7bdd475b839
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri Oct 31 10:02:48 2008 +0000
Integrate:
[ 34658]
Integrate:
[ 34554]
Jerry spotted that as a result of change 34483 which upgrades blead to
Test::Simple 0.82, lib/DB.t is now issuing a warning. His original
suggestion was ok(!defined ...) - he, Merijn and I independently
refined this to isnt(..., undef)
[ 34639]
Avoid leaving a VAR.txt after testing terminates on any platform where
you can't unlink an open file by instead opening $^X for read to get a
file handle for test purposes.
p4raw-link: @34658 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351634)XXXXXXXXXXXXXXX
p4raw-link: @34639 on //depot/perl: XXXXXXXXXXXXXXXX:(351617)XXXXXXXXXXXXXXX
p4raw-link: @34554 on //depot/perl: b25a2cef88dc35da199114312cebddb34a68e221
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'copy in'
lib/DB.t
(@32694..) ext/XS/APItest/t/svpeek.t (@34437..)
commit cd4142ca8a2eff2ce1cb840f8aea629e9b5b7f8b
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Thu Oct 30 23:13:19 2008 +0000
Integrate:
[ 34657]
Integrate:
[ 34514]
Upgrade PathTools to 3.28_01
[ 34543]
Cwd.xs won't load in development releases, unless we munge the
XS_VERSION.
[ 34606]
Upgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
- abs_path() on Unix(ish) platforms has been upgraded to a much later
version of the underlying C code from BSD. [Michael Schwern]
- If strlcpy() and strlcat() aren't available on the user's system,
we now use ppport.h to provide them, so our C code works. [Steve
Peters]
This unwinds change 32710 (consting from Robin Barker of the old code)
[ 34607]
Grab the second half of r10084 for cwd.t, which wasn't in change 33042.
Update the Changes file with changes from 3.26 to 3.28_01 inclusive.
[ 34609]
Upgrade to PathTools 3.28_03.
[ 34611]
After the upgrade to 3.28_03 we need to revert change 34543.
[ 34643]
Upgrade to PathTools 3.29.
p4raw-link: @34657 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351633)XXXXXXXXXXXXXXX
p4raw-link: @34643 on //depot/perl: XXXXXXXXXXXXXXXX:(351621)XXXXXXXXXXXXXXX
p4raw-link: @34611 on //depot/perl: a6a12954c7a5ee223fc613f30be688429f17c3f8
p4raw-link: @34609 on //depot/perl: 073e1f4ecc0fe938e2fef179eae911e7eb5f771a
p4raw-link: @34607 on //depot/perl: 32e320674b13e7668dab4adecf49997fbc70f772
p4raw-link: @34606 on //depot/perl: 7b3642ac2ac9502374a3bb2e05823702d40d98e5
p4raw-link: @34543 on //depot/perl: 6950e8035761be1a29025dc1b4fe757657bc603b
p4raw-link: @34514 on //depot/perl: 8a243e3c58728a2cc12261d773191f6d4a5e32af
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'copy in'
ext/Cwd/Changes ext/Cwd/Makefile.PL ext/Cwd/t/win32.t
(@32694..) ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t (@33114..) lib/Cwd.pm
lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t (@33717..)
commit b56ac3a66e2d4b3f7cf0d91c11130eddc29ff918
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Thu Oct 30 13:03:53 2008 +0000
Integrate:
[ 34640]
make distclean patch from Andy Armstrong.
(Distclean isn't perfect yet because there's a spurious directory tree
created but not cleaned up by ext/Test/Harness/t/harness.t, but Andy is
working on fixing the cause)
No idea about the state of play of disclean on VMS - I couldn't see how
or where to add the three extra directories to it.
[direct to 5.8.x because the parts that aren't yet relevant to 5.10.x
will become so once the move of Test::Harness to ext/ is merged]
p4raw-link: @34640 on //depot/perl: XXXXXXXXXXXXXXXX:(351618)XXXXXXXXXXXXXXX
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/[EMAIL PROTECTED] 'edit in' win32/Makefile
win32/makefile.mk (@34192..) Makefile.SH (@34317..)
commit 53d53b6ea240bcbfee245cb5ec1ce0adfa8631b9
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Thu Oct 30 08:26:54 2008 +0000
Integrate:
[ 34644]
Integrate:
[ 34600]
No, it's not a const SV* if we subsequently call
SvREFCNT_dec() on it.
p4raw-link: @34644 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351622)XXXXXXXXXXXXXXX
p4raw-link: @34600 on //depot/perl: dec86cc92ac5804ecb8cf39f8333cbd639b2cb25
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'merge in' pad.c
(@34599..)
commit 4f408ce07f8e1df4ac0f5ecdd4c1b3dc6814eced
Author: Nicholas Clark <[EMAIL PROTECTED]>
Date: Thu Oct 30 08:03:15 2008 +0000
Integrate:
[ 34641]
Integrate:
[ 34602]
Subject: [PATCH: Configure] Fix prototype detection for C++
From: Marcus Holland-Moritz <[EMAIL PROTECTED]>
Date: Sun, 26 Oct 2008 21:41:13 +0100
Message-ID: <[EMAIL PROTECTED]>
[ 34617]
Subject: fix for failed Gconvert detection under C++
From: Tony Cook <[EMAIL PROTECTED]>
Date: Tue, 28 Oct 2008 22:24:05 +1100
Message-ID: <[EMAIL PROTECTED]>
[This also sucks in the hunk of 33547 that creates ./warn]
p4raw-link: @34641 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351619)XXXXXXXXXXXXXXX
p4raw-link: @34617 on //depot/perl: 5093171458c813c113a497667ad8db8fd4bc72fc
p4raw-link: @34602 on //depot/perl: 2d730a524d1ff841afdc663628875e9ccb791278
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'edit in'
Configure (@34274..) 'merge in' Porting/Glossary (@33904..)
commit ecba35de0bc3f8986ae9a70685f32a759f21349a
Author: Andreas J. Koenig <[EMAIL PROTECTED]>
Date: Tue Oct 28 06:11:20 2008 +0100
Integrate:
[ 34635]
Integrate:
[ 34589]
lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does
the about to be committed lib/ExtUtils/t/cp.t
[ 34620]
Subject: installperl patchlet
Message-ID: <[EMAIL PROTECTED]>
p4raw-link: @34635 on //depot/maint-5.10/perl:
XXXXXXXXXXXXXXXX:(351613)XXXXXXXXXXXXXXX
p4raw-link: @34620 on //depot/perl: af2b0f55051428dcac7a8e6ce8e934846e0c1de1
p4raw-link: @34589 on //depot/perl: 4a1ff389ef5c9dc44dd7f5c825af839cf60fadcf
p4raw-id: //depot/maint-5.8/[EMAIL PROTECTED]
p4raw-integrated: from //depot/maint-5.10/[EMAIL PROTECTED] 'merge in'
installperl (@34276..) Porting/Maintainers.pl (@34557..)
-----------------------------------------------------------------------
Summary of changes:
Changes | 341 ++++++
Configure | 431 ++++----
MANIFEST | 5 +-
META.yml | 7 +-
Makefile.SH | 1 +
Porting/Glossary | 4 +
Porting/Maintainers.pl | 13 +-
av.c | 14 +-
doop.c | 6 +-
dump.c | 12 +-
ext/Cwd/Changes | 105 ++
ext/Cwd/Cwd.xs | 236 +++--
ext/Cwd/t/cwd.t | 17 +-
ext/Cwd/t/win32.t | 9 +-
ext/PerlIO/scalar/scalar.xs | 2 +-
ext/XS/APItest/t/svpeek.t | 3 +-
handy.h | 4 +-
installperl | 1 +
lib/CPAN.pm | 1511 ++++++++++++++++++--------
lib/CPAN/API/{HOWTO.pm => HOWTO.pod} | 0
lib/CPAN/Debug.pm | 2 +-
lib/CPAN/Distroprefs.pm | 413 +++++++
lib/CPAN/FirstTime.pm | 109 ++-
lib/CPAN/HandleConfig.pm | 53 +-
lib/CPAN/Kwalify.pm | 16 +-
lib/CPAN/Kwalify/distroprefs.dd | 29 +-
lib/CPAN/Kwalify/distroprefs.yml | 8 +
lib/CPAN/Nox.pm | 2 +-
lib/CPAN/Queue.pm | 7 +-
lib/CPAN/Tarzip.pm | 82 ++-
lib/CPAN/bin/cpan | 2 +-
lib/CPAN/t/02nox.t | 2 +-
lib/CPAN/t/03pkgs.t | 11 +-
lib/CPAN/t/11mirroredby.t | 12 +-
lib/Cwd.pm | 8 +-
lib/DB.t | 2 +-
lib/File/Spec.pm | 2 +-
lib/File/Spec/Cygwin.pm | 5 +-
lib/File/Spec/Epoc.pm | 3 +-
lib/File/Spec/Functions.pm | 3 +-
lib/File/Spec/Mac.pm | 3 +-
lib/File/Spec/OS2.pm | 3 +-
lib/File/Spec/Unix.pm | 18 +-
lib/File/Spec/VMS.pm | 35 +-
lib/File/Spec/Win32.pm | 14 +-
lib/File/Spec/t/Spec.t | 38 +
lib/Text/ParseWords.pm | 33 +-
lib/Text/ParseWords.t | 254 +++---
lib/Text/ParseWords/taint.t | 15 +-
lib/Time/Local.pm | 20 +-
lib/Time/Local.t | 48 +-
lib/constant.pm | 2 +-
lib/constant.t | 53 +-
mg.c | 2 +-
op.c | 2 +-
pad.c | 2 +-
patchlevel.h | 2 +-
perl.c | 2 +-
pod/perl589delta.pod | 2011 +++++++++++++++++++++++++++++++++-
pod/perlapi.pod | 17 +-
pod/perldata.pod | 2 +-
pod/perlop.pod | 2 -
pod/perlre.pod | 6 -
pod/perltoc.pod | 94 ++-
pp.c | 10 +-
pp_ctl.c | 3 +-
pp_hot.c | 10 +-
pp_sort.c | 4 +-
pp_sys.c | 2 +-
sv.c | 20 +-
toke.c | 4 +-
utf8.c | 48 +-
util.c | 4 +-
win32/Makefile | 1 +
win32/makefile.mk | 1 +
75 files changed, 5061 insertions(+), 1217 deletions(-)
rename lib/CPAN/API/{HOWTO.pm => HOWTO.pod} (100%)
create mode 100644 lib/CPAN/Distroprefs.pm
hooks/post-receive
--
Perl 5 source code