Craig A. Berry [Sun, 20 May 2007 01:00:31 +0000]
Make VMS's home-grown glob() recognize a directory even without
tell-tale punctuation.
p4raw-id: //depot/perl@31240
Craig A. Berry [Sat, 19 May 2007 01:00:15 +0000]
Various mro updates from Brandon Black. References:
<
84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
<
84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
<
84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
<
84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
p4raw-id: //depot/perl@31239
Jerry D. Hedden [Thu, 17 May 2007 12:21:46 +0000]
threads 1.62
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
p4raw-id: //depot/perl@31238
Jarkko Hietaniemi [Fri, 18 May 2007 03:45:29 +0000]
Unicode::UCD: add general category and bidi type interfaces
Message-Id: <
200705180045.l4I0jTeI221780@kosh.hut.fi>
p4raw-id: //depot/perl@31237
Craig A. Berry [Fri, 18 May 2007 21:42:56 +0000]
When trimming long XS symbols on VMS, avoid warnings from operator
precedence mistakes, but for now give the same symbol mangling
results as before.
p4raw-id: //depot/perl@31236
Steve Hay [Fri, 18 May 2007 10:46:57 +0000]
Upgrade to Win32-0.29
p4raw-id: //depot/perl@31235
Jarkko Hietaniemi [Thu, 17 May 2007 04:25:19 +0000]
todos for perl 5.12
Message-Id: <
200705170125.l4H1PJNi198465@kosh.hut.fi>
(plus a fix for 1 unescaped <>)
p4raw-id: //depot/perl@31234
Jerry D. Hedden [Wed, 16 May 2007 14:18:05 +0000]
Re: Thread fail/hang on HP-UX 10.20
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
p4raw-id: //depot/perl@31233
Jarkko Hietaniemi [Wed, 16 May 2007 05:33:14 +0000]
Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
Message-Id: <
200705160233.l4G2XEET143034@kosh.hut.fi>
p4raw-id: //depot/perl@31232
Steve Hay [Wed, 16 May 2007 16:41:48 +0000]
DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
are compiled with it, so let's see if we can get away with removing
it. Revert this change if it causes black smoke!
p4raw-id: //depot/perl@31230
Steve Hay [Wed, 16 May 2007 08:26:09 +0000]
A more general fix to non-threaded static extension build problems
than #31220 was.
p4raw-id: //depot/perl@31229
Steve Hay [Wed, 16 May 2007 07:32:20 +0000]
Remove comment added by #31218 since the rest of that change was
reverted by #31224
p4raw-id: //depot/perl@31228
Jarkko Hietaniemi [Wed, 16 May 2007 05:29:17 +0000]
DBM_Filter test: use std test preamble
Message-Id: <
200705160229.l4G2THSE421947@kosh.hut.fi>
p4raw-id: //depot/perl@31227
Craig A. Berry [Wed, 16 May 2007 03:08:51 +0000]
Better suppression of Threads build (probably still needed on 5.8.x)
p4raw-id: //depot/perl@31226
Dave Mitchell [Tue, 15 May 2007 21:51:03 +0000]
change 31200 broke src filters used within an eval
eg BEGIN { eval q(use MyFilter) } would ignore the filter
p4raw-id: //depot/perl@31225
Steve Peters [Tue, 15 May 2007 18:56:23 +0000]
Move pmop.op_pmflags back to its previous location. The move in
change #31218 was causing segfaults in miniperl on 32-bit
environments.
p4raw-link: @31218 on //depot/perl:
d7f23a062a625a1f0067a15d3cea5401ea21006c
p4raw-id: //depot/perl@31224
Tels [Sun, 13 May 2007 14:34:11 +0000]
[PATCH] Math::BigInt v1.87
Date: Sun, 13 May 2007 14:34:11 +0000
Message-Id: <
200705131434.11992@bloodgate.com>
Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
From: Tels <nospam-abuse@bloodgate.com>
Date: Mon, 14 May 2007 15:41:36 +0000
Message-Id: <
200705141541.40678@bloodgate.com>
Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
From: Tels <nospam-abuse@bloodgate.com>
Date: Tue, 15 May 2007 19:02:54 +0000
Message-Id: <
200705151902.57372@bloodgate.com>
p4raw-id: //depot/perl@31222
Jerry D. Hedden [Tue, 15 May 2007 09:10:00 +0000]
Win32CORE.c needed windows.h
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
(plus a #define to save windows.h pulling in so much stuff.)
Fixes a build error on Cygwin caused by #31214.
p4raw-id: //depot/perl@31221
Jan Dubois [Mon, 14 May 2007 14:58:19 +0000]
RE: Smoke summary results for maint and current on Win32
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
013401c79672$fbbdb320$f3391960$@com>
Fixes non-threaded builds on Win32 (which had warnings with VC and
errors with GCC) by compiling the statically linked extension
Win32CORE with -DPERLDLL.
The same fix should be applied more generally to all statically
linked extensions so a further change may be forthcoming, but this
at least gets the standard non-threaded build working again.
p4raw-id: //depot/perl@31220
Jan Dubois [Mon, 14 May 2007 15:18:22 +0000]
RE: [perl #42925] Win32::GetLastError fails when first called
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
014e01c79675$c8bfc6e0$5a3f54a0$@com>
Improved test: make sure that Win32 isn't already loaded when you call
Win32::GetLastError()
p4raw-id: //depot/perl@31219
Nicholas Clark [Tue, 15 May 2007 07:36:57 +0000]
BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
to put a 32 bit member first elimiates structure padding on LP64.
p4raw-id: //depot/perl@31218
Nicholas Clark [Mon, 14 May 2007 22:32:16 +0000]
PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
its int needs a friend under LP64.
gcc -Wpaddedspotted padding I'd missed in thrdvar.h
p4raw-id: //depot/perl@31217
Jerry D. Hedden [Mon, 14 May 2007 08:17:51 +0000]
threads::shared 1.11
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
Date: Mon, 14 May 2007 08:17:51 -0400
p4raw-id: //depot/perl@31216
Steve Hay [Mon, 14 May 2007 16:56:22 +0000]
Test for [perl #42925], which was fixed by #31214
p4raw-id: //depot/perl@31215
Jan Dubois [Fri, 11 May 2007 16:55:17 +0000]
RE: [perl #42925] Win32::GetLastError fails when first called
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
02bd01c79427$d36140b0$7a23c210$@com>
p4raw-id: //depot/perl@31214
Steve Hay [Mon, 14 May 2007 16:22:04 +0000]
Older versions of windres interpret "-I" as the input format,
so use the long option name "--include-dir" instead.
p4raw-id: //depot/perl@31213
Steve Peters [Sun, 13 May 2007 16:47:40 +0000]
Upgrade to Encode-2.21
p4raw-id: //depot/perl@31212
Jan Dubois [Fri, 11 May 2007 18:25:39 +0000]
Restore Windows NT support
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
02d101c79434$743be100$5cb3a300$@com>
p4raw-id: //depot/perl@31211
Dave Mitchell [Sun, 13 May 2007 01:17:42 +0000]
fix some (mostly MAD) compiler warnings
p4raw-id: //depot/perl@31209
Gerard Goossen [Tue, 8 May 2007 17:42:45 +0000]
Give the 'local' declarator a new key, such that 'local our'
declaration don't have multiple 'd' keys.
Subject: [PATCH] mad: different key for the locale declarator
Message-Id: <
20070508171125.GI17043@ostwald>
p4raw-id: //depot/perl@31208
Gerard Goossen [Sun, 25 Mar 2007 13:36:31 +0000]
move the logic of combining '_' and '#' with the previous logic
from Nomad.pm to dump.c. So they are already combined in the XML
dump.
Subject: [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
Message-Id: <
20070508170341.GH17043@ostwald>
p4raw-id: //depot/perl@31207
Gerard Goossen [Tue, 8 May 2007 15:15:09 +0000]
Disable slurping assigned of split when PL_madskills
Message-Id: <
20070508164400.GA15860@ostwald>
p4raw-id: //depot/perl@31206
Gerard Goossen [Tue, 8 May 2007 16:09:17 +0000]
Disable !a&&b, !b||a optimalization when PL_madskills
Message-Id: <
20070508164556.GB15860@ostwald>
p4raw-id: //depot/perl@31205
Gerard Goossen [Thu, 19 Apr 2007 15:31:27 +0000]
Disable operator target setting for 'my' variables (OPpTARGET_MY)
when madskills is active. Remove the p55 code required for dealing
with the optimized tree.
Subject: [PATCH] disable operator with target my when madskills enabled
Message-Id: <
20070419133822.GG19244@ostwald>
also:
Remove the just remove madprop 'M' doc
Message-ID: <
20070419134549.GH19244@ostwald>
p4raw-id: //depot/perl@31204
Dave Mitchell [Sat, 12 May 2007 22:17:40 +0000]
move PL_in_my and PL_in_my_stash into the PL_parser struct
p4raw-id: //depot/perl@31203
Dave Mitchell [Sat, 12 May 2007 20:06:41 +0000]
eliminate a stray PL_lex_state
p4raw-id: //depot/perl@31202
Dave Mitchell [Sat, 12 May 2007 19:51:37 +0000]
save old PL_curcop value in parser struct
p4raw-id: //depot/perl@31201
Dave Mitchell [Sat, 12 May 2007 19:21:02 +0000]
move PL_rsfp_filters into the parser struct
p4raw-id: //depot/perl@31200
Dave Mitchell [Fri, 11 May 2007 23:22:24 +0000]
move PL_rsfp into the PL_parser struct
and simplify its creation and destruction
p4raw-id: //depot/perl@31199
Nicholas Clark [Thu, 10 May 2007 22:32:57 +0000]
Work around to get Unicode tests passing.
p4raw-id: //depot/perl@31198
Steve Peters [Thu, 10 May 2007 20:34:21 +0000]
Fix Pod nit in perlfunc
p4raw-id: //depot/perl@31197
Rafael Garcia-Suarez [Thu, 10 May 2007 14:49:37 +0000]
Update the *::Compress::* modules maintainers information
p4raw-id: //depot/perl@31196
Rafael Garcia-Suarez [Thu, 10 May 2007 13:12:38 +0000]
Replace a call to utf8::encode by a pack/unpack combination,
so that code runs under 5.6 too
p4raw-id: //depot/perl@31195
Marc Lehmann [Thu, 12 Apr 2007 08:41:53 +0000]
Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
Message-ID: <
20070412064153.GA22475@schmorp.de>
p4raw-id: //depot/perl@31194
Rafael Garcia-Suarez [Thu, 10 May 2007 10:39:13 +0000]
New data for Unicode on older versions, thanks to Nicholas
and Dave Rolsky
p4raw-id: //depot/perl@31193
Rafael Garcia-Suarez [Thu, 10 May 2007 10:18:32 +0000]
first_release() now returns the first release in the order of
perl version numbers. Add a new method first_release_by_date()
to keep the old behaviour available. Suggested by Michael G Schwern.
p4raw-id: //depot/perl@31192
Jerry D. Hedden [Wed, 9 May 2007 21:05:52 +0000]
Fix bignum-0.21
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
p4raw-id: //depot/perl@31191
Ævar Arnfjörð Bjarmason [Thu, 10 May 2007 02:24:48 +0000]
Small fix to a previous patch on magic $<digit> variables.
Subject: [PATCH]
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <
51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
p4raw-id: //depot/perl@31190
Rafael Garcia-Suarez [Thu, 10 May 2007 08:27:35 +0000]
Regarding precedence, filetest operators are the same than
unary operators, but not regarding parsing and parentheses
(see toke.c). Spotted by Eirik Berg Hanssen.
p4raw-id: //depot/perl@31189
David Mitchell [Thu, 3 May 2007 22:39:23 +0000]
Re: [perl #42869] Problem killing a pseudo-forked child on Win32
Message-ID: <
20070503213923.GH24804@iabyn.com>
Fixes the failure to kill a pseudo-forked child on Win32 described in
[perl #42869], but the "Free to wrong pool" error remains
p4raw-id: //depot/perl@31188
Ævar Arnfjörð Bjarmason [Wed, 9 May 2007 20:30:04 +0000]
Syntax error in Configure in blead
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <
51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
p4raw-id: //depot/perl@31187
Andy Lester [Wed, 9 May 2007 11:49:13 +0000]
Remove unused parms in S_isa_lookup
Message-Id: <
1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
p4raw-id: //depot/perl@31185
Steve Peters [Wed, 9 May 2007 17:19:10 +0000]
Partial reversion of bignum-0.21 to get tests to pass again.
p4raw-id: //depot/perl@31184
H.Merijn Brand [Wed, 9 May 2007 16:54:21 +0000]
Typing is for secretaries
p4raw-id: //depot/perl@31183
H.Merijn Brand [Wed, 9 May 2007 16:41:01 +0000]
Better help ; regen after backport #31114 ; RT#42886 ' in uname
p4raw-id: //depot/perl@31181
Rafael Garcia-Suarez [Wed, 9 May 2007 15:56:57 +0000]
Bump the version of Module::CoreList and add docs
for the Unicode module name, that Merijn just added
p4raw-id: //depot/perl@31178
H.Merijn Brand [Wed, 9 May 2007 15:39:40 +0000]
Added all traceable Unicode versions
p4raw-id: //depot/perl@31177
H.Merijn Brand [Wed, 9 May 2007 14:17:57 +0000]
1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
p4raw-id: //depot/perl@31176
Rafael Garcia-Suarez [Wed, 9 May 2007 07:57:50 +0000]
Add examples for h2xs -X, by Andy Armstrong
p4raw-id: //depot/perl@31175
Brandon Black [Tue, 8 May 2007 15:15:29 +0000]
Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <
84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
p4raw-id: //depot/perl@31174
Rafael Garcia-Suarez [Tue, 8 May 2007 22:19:21 +0000]
Reapply patch 31028, that wasn't integrated in CPANPLUS
p4raw-id: //depot/perl@31173
Steve Peters [Tue, 8 May 2007 16:40:51 +0000]
Upgrade to Math-BigInt-FastCalc-0.14
p4raw-id: //depot/perl@31172
Steve Peters [Tue, 8 May 2007 16:34:36 +0000]
Upgrade to Module-Build-0.2808
p4raw-id: //depot/perl@31171
Steve Peters [Tue, 8 May 2007 15:09:20 +0000]
Upgrade to CGI.pm-3.29
p4raw-id: //depot/perl@31170
Steve Peters [Tue, 8 May 2007 14:36:47 +0000]
Upgrage to bignum-0.21 and Math-BigRat-0.19
p4raw-id: //depot/perl@31169
Jos I. Boumans [Tue, 8 May 2007 14:05:34 +0000]
Update CPANPLUS to 0.79_02
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <
D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
p4raw-id: //depot/perl@31168
Andy Lester [Mon, 7 May 2007 11:34:16 +0000]
more consting
Message-ID: <
20070507163416.GA6187@petdance.com>
p4raw-id: //depot/perl@31167
Yuval Kogman [Mon, 7 May 2007 18:35:08 +0000]
Sync Tie::RefHash with CPAN (1.37)
Message-ID: <
20070507153508.GZ17982@woobling.org>
p4raw-id: //depot/perl@31166
Nicholas Clark [Mon, 7 May 2007 15:35:56 +0000]
bytecode.pl: Exterminate!
ext/B/B/Asmdata.pm: Exterminate!
p4raw-id: //depot/perl@31165
Nicholas Clark [Mon, 7 May 2007 14:53:05 +0000]
Given that @optype and @specialsv_name are hard coded tables, it seems
more logical for them to be in B.pm, rather than in the "boilerplate"
for the machine generated B/Asmdata.pm
p4raw-id: //depot/perl@31164
Rafael Garcia-Suarez [Mon, 7 May 2007 13:38:24 +0000]
Fix [perl #42163] "use base" masks $SIG{__DIE__}
adapted from a patch by Michael G Schwern
p4raw-id: //depot/perl@31163
Rafael Garcia-Suarez [Mon, 7 May 2007 09:47:00 +0000]
Upgrade to Math::BigInt 1.86
p4raw-id: //depot/perl@31159
Craig A. Berry [Sat, 5 May 2007 23:53:58 +0000]
Archive::Extract test tries to do the logically impossible.
p4raw-id: //depot/perl@31158
Craig A. Berry [Sat, 5 May 2007 23:44:01 +0000]
Make ppptools.pl allow a trailing dot in filenames for VMS.
p4raw-id: //depot/perl@31157
Craig A. Berry [Sat, 5 May 2007 23:42:42 +0000]
Some filename dot and extension help for Module::Build on VMS.
p4raw-id: //depot/perl@31156
Dave Mitchell [Sat, 5 May 2007 17:38:12 +0000]
move PL_lex_state into the PL_parser struct
p4raw-id: //depot/perl@31154
Nicholas Clark [Sat, 5 May 2007 17:35:22 +0000]
Tweak change 30841 so that B works on maint too.
p4raw-id: //depot/perl@31153
Nicholas Clark [Sat, 5 May 2007 13:26:28 +0000]
Shuffling PL_gensym saves 8 bytes on LP64 systems.
p4raw-id: //depot/perl@31152
Dave Mitchell [Sat, 5 May 2007 00:49:51 +0000]
migrate more variables to PL_parser struct:
PL_nexttoke PL_curforce PL_nextval PL_nexttype
p4raw-id: //depot/perl@31148
Dave Mitchell [Fri, 4 May 2007 22:18:42 +0000]
move some more variables into the PL_parser struct:
PL_bufptr PL_oldbufptr PL_oldoldbufptr
PL_linestart PL_bufend
PL_last_uni PL_last_lop PL_last_lop_op
p4raw-id: //depot/perl@31147
Rafael Garcia-Suarez [Fri, 4 May 2007 15:33:22 +0000]
Add a few manpages to Maintainers.pl
p4raw-id: //depot/perl@31142
Rafael Garcia-Suarez [Fri, 4 May 2007 14:45:09 +0000]
Add CPANPLUS to Maintainers.pl
p4raw-id: //depot/perl@31141
Jos I. Boumans [Fri, 4 May 2007 14:41:39 +0000]
Add CPANPLUS::Dist::Build to the core
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <
58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
p4raw-id: //depot/perl@31140
Jos I. Boumans [Fri, 4 May 2007 14:41:39 +0000]
A patch from ExtUtils::CBuilder::Base from :
Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <
58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
p4raw-id: //depot/perl@31139
kan@dcit.cz [Tue, 1 May 2007 09:17:22 +0000]
[perl #42844] careless use of gethostbyname() in Socket.xs
From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-6655-
1178036242-364.42844-75-0@perl.org>
p4raw-id: //depot/perl@31138
David Leadbeater [Thu, 3 May 2007 18:27:13 +0000]
Documentation fixes for EGID/GID confusion
Message-ID: <
20070503172713.GA23180@sirius.otherwize.co.uk>
p4raw-id: //depot/perl@31137
Dave Mitchell [Fri, 4 May 2007 09:18:05 +0000]
toke.c changes missed from change #31134
p4raw-link: @31134 on //depot/perl:
53a7735b62aee14640bc8ca619b4267f07d686b9
p4raw-id: //depot/perl@31136
Dave Mitchell [Fri, 4 May 2007 00:57:20 +0000]
eliminate PL_bufend from util.c (missed from #30820)
p4raw-id: //depot/perl@31135
Dave Mitchell [Fri, 4 May 2007 00:41:51 +0000]
move PL_expect and PL_copline into the PL_parser structure
p4raw-id: //depot/perl@31134
Steve Hay [Thu, 3 May 2007 17:17:01 +0000]
Fix breakages caused by #31130:
report_uninit was not exported on Win32 and
my_reg_numbered_buff_length had wrong prototype
p4raw-id: //depot/perl@31132
Steve Hay [Thu, 3 May 2007 16:41:29 +0000]
Silence some VC6 compiler warnings in the regex code
p4raw-id: //depot/perl@31131
Ævar Arnfjörð Bjarmason [Tue, 1 May 2007 23:58:44 +0000]
FETCH/STORE/LENGTH callbacks for numbered capture variables
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <
51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
p4raw-id: //depot/perl@31130
Nicholas Clark [Thu, 3 May 2007 14:45:32 +0000]
Move PL_delayedisa into a better spot in the interpreter structure.
p4raw-id: //depot/perl@31127
Gerard Goossen [Thu, 3 May 2007 16:23:58 +0000]
Add John Peacock as maintainer of version.pm
Message-ID: <
20070503142358.GE27210@ostwald>
p4raw-id: //depot/perl@31126
Nicholas Clark [Thu, 3 May 2007 14:23:14 +0000]
Initialise PL_delayedisa on thread clone.
p4raw-id: //depot/perl@31125
Abigail [Tue, 24 Apr 2007 00:37:15 +0000]
Fix warning.
Message-ID: <
20070423223715.GB544@abigail.nl>
p4raw-id: //depot/perl@31124
Andy Lester [Thu, 3 May 2007 00:45:54 +0000]
The revenge of the consts
Message-ID: <
20070503054554.GA30975@petdance.com>
p4raw-id: //depot/perl@31123
Brandon Black [Mon, 30 Apr 2007 16:45:54 +0000]
Re: mro status, etc
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <
84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
p4raw-id: //depot/perl@31122
Steve Hay [Thu, 3 May 2007 07:51:17 +0000]
Fix a CPANPLUS test that fails when run on a read-only source tree
(such as a p4 client repository)
p4raw-id: //depot/perl@31121
Nicholas Clark [Wed, 2 May 2007 16:26:24 +0000]
Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
ext/Compress/Raw/Zlib/t/07bufsize.t
which still puzzles me.
p4raw-id: //depot/perl@31120