Rafael Garcia-Suarez [Tue, 9 Oct 2007 15:14:53 +0000]
Fix description of "." in unpack() in perl5100delta
p4raw-id: //depot/perl@32082
Rafael Garcia-Suarez [Tue, 9 Oct 2007 13:08:41 +0000]
perlmodlib.pod has changed, too
p4raw-id: //depot/perl@32081
Rafael Garcia-Suarez [Tue, 9 Oct 2007 13:06:26 +0000]
Add a rough, incomplete version of perl5100delta
p4raw-id: //depot/perl@32080
Axel Kollmorgen [Thu, 27 Sep 2007 16:03:38 +0000]
[perl #45823] [PATCH] v5.8.8. pod2html: <a name="example"> anchor, but <a href="item_example"> link
From: Axel Kollmorgen (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-10743-
1190934218-322.45823-75-0@perl.org>
p4raw-id: //depot/perl@32079
Marcus Holland-Moritz [Tue, 9 Oct 2007 12:01:22 +0000]
Increment IPC::SysV version number.
p4raw-id: //depot/perl@32078
Marcus Holland-Moritz [Tue, 9 Oct 2007 12:00:27 +0000]
Fix fallback definitions of S_IRWX[UGO] (didn't include
the 'X', but 'W' twice) and fix the value of IPC_GETACL,
which was set to IPC_EXCL.
p4raw-id: //depot/perl@32077
Nicholas Clark [Tue, 9 Oct 2007 11:57:16 +0000]
Don't deparse $^H{v_string}, which is automatically set by the
internals. Doing so confuses modules that test the round-tripping of
various code.
p4raw-id: //depot/perl@32076
Rafael Garcia-Suarez [Tue, 9 Oct 2007 10:56:56 +0000]
Free temporary scalars later, because they might be still needed
when restoring magic
p4raw-id: //depot/perl@32075
Brandon Black [Mon, 8 Oct 2007 08:54:35 +0000]
Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <
84621a60710080654s589f57eax90b7f78558ad8b6f@mail.gmail.com>
new tests.
p4raw-id: //depot/perl@32074
Rafael Garcia-Suarez [Tue, 9 Oct 2007 08:46:24 +0000]
New opcode category :load, for require, dofile and caller.
p4raw-id: //depot/perl@32073
Alexander Gough [Mon, 8 Oct 2007 16:09:35 +0000]
make t/op/pack.t not explode when u64size=''
Message-ID: <
20071008150935.GE24241@the.earth.li>
p4raw-id: //depot/perl@32072
Rafael Garcia-Suarez [Mon, 8 Oct 2007 15:52:37 +0000]
Suggestion by Rick Delaney to make this test pass with -Duse64bitall
on HP-UX (see bug #46011)
p4raw-id: //depot/perl@32071
Rafael Garcia-Suarez [Mon, 8 Oct 2007 14:09:23 +0000]
Build with -Dusemymalloc was broken
p4raw-id: //depot/perl@32070
Alexander Gough [Mon, 8 Oct 2007 13:10:04 +0000]
Time::Piece & matherr on qnx4
Message-ID: <
20071008121004.GB24241@the.earth.li>
Plus, bump version number of Time::Piece to 1.11_03
p4raw-id: //depot/perl@32069
Nicholas Clark [Mon, 8 Oct 2007 11:37:27 +0000]
Move (most of) the conditionally compiled members of the interpreter
structure to the end.
p4raw-id: //depot/perl@32068
Nicholas Clark [Mon, 8 Oct 2007 11:09:06 +0000]
Shrink 4 bytes (ILP32) from the interpreter structure.
(Spotted a U8 sized hole, and filled the known U16 sized hole).
Moved the sig_pending so that its int fills the 4 byte space left by
csh_len, to reduce padding on LP64.
p4raw-id: //depot/perl@32067
Steve Hay [Mon, 8 Oct 2007 10:17:41 +0000]
Do the same as #32061 for Win32, which also fixes a static linking
build problem with Hash/Util/FieldHash
p4raw-id: //depot/perl@32066
Brandon Black [Sun, 7 Oct 2007 22:36:36 +0000]
Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <
84621a60710072036l60c29016tba8a32b8021b5b24@mail.gmail.com>
p4raw-id: //depot/perl@32065
Steve Hay [Mon, 8 Oct 2007 08:46:36 +0000]
Silence compiler warnings on Win32 (VC6)
p4raw-id: //depot/perl@32064
Rafael Garcia-Suarez [Mon, 8 Oct 2007 08:46:30 +0000]
Documentation change to go with change #32056.
p4raw-link: @32056 on //depot/perl:
f0d36289ce76f882218c0a53cd52f716a167e5bb
p4raw-id: //depot/perl@32063
Rick Delaney [Sun, 7 Oct 2007 22:37:01 +0000]
Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer results
Message-ID: <
20071008023701.GI29047@bort.ca>
p4raw-id: //depot/perl@32062
Alexander Gough [Mon, 8 Oct 2007 00:29:11 +0000]
[Patch] Configure doesn't pick up Hash/Util/FieldHash
Message-ID: <
20071007232910.GA24241@the.earth.li>
p4raw-id: //depot/perl@32061
Rick Delaney [Sun, 7 Oct 2007 00:22:14 +0000]
Re: [perl #46011] overload "0+" doesn't handle integer results
Message-ID: <
20071007042214.GH29047@bort.ca>
p4raw-id: //depot/perl@32059
Craig A. Berry [Sat, 6 Oct 2007 13:47:03 +0000]
Re: several compilation problems on VMS in perl@32039
From: "Craig A. Berry" <craig.a.berry@gmail.com>
Message-ID: <
c9ab31fc0710061147x3ee7f9bdg2b1bac3acd018bb2@mail.gmail.com>
Date: Sat, 6 Oct 2007 13:47:03 -0500
p4raw-id: //depot/perl@32058
Nicholas Clark [Sat, 6 Oct 2007 23:44:50 +0000]
Finally! Worked out how to const Perl_moreswitches().
Although I've committed crimes against indenting to avoid losing
blame annotation history. Revisit this when we have version control
that can easily see through whitespace changes.
[Can probably now propagate consting inside S_parse_body(),
Perl_moreswitches() and Perl_yylex(), but that will not affect the
external API, so can wait until after 5.10]
p4raw-id: //depot/perl@32057
Nicholas Clark [Sat, 6 Oct 2007 22:22:20 +0000]
"A" should no longer be in the list of options acceptable to PERL5OPT,
now that assertions have been removed.
p4raw-id: //depot/perl@32056
Nicholas Clark [Sat, 6 Oct 2007 21:24:32 +0000]
Propagate the perlapi.pod part of change 32026 back to the source POD.
p4raw-id: //depot/perl@32055
Nicholas Clark [Sat, 6 Oct 2007 21:23:23 +0000]
Remove remaining C<Nullch>s and C<Nullsv>s
p4raw-id: //depot/perl@32054
Craig A. Berry [Sat, 6 Oct 2007 18:28:59 +0000]
Add symlink support to Cwd::_vms_abs_path.
p4raw-id: //depot/perl@32053
Nicholas Clark [Sat, 6 Oct 2007 16:32:36 +0000]
The scratch scalar used in -d processing for : and = options would leak
as it was never freed.
p4raw-id: //depot/perl@32052
Nicholas Clark [Sat, 6 Oct 2007 15:38:52 +0000]
Nothing* outside the core uses the old misspelling
PERL_PV_PRETTY_ELIPSES, so remove it.
* well, nothing that Google can find. Same thing, isn't it? :-)
p4raw-id: //depot/perl@32051
Nicholas Clark [Sat, 6 Oct 2007 15:29:44 +0000]
Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR in
Perl_pv_escape()
p4raw-id: //depot/perl@32050
Nicholas Clark [Sat, 6 Oct 2007 15:04:53 +0000]
Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code in
Perl_regprop() for the EXACT node case.
p4raw-id: //depot/perl@32049
Nicholas Clark [Sat, 6 Oct 2007 15:04:04 +0000]
Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just
PERL_PV_ESCAPE_NOCLEAR), and change Perl_pv_pretty() so that if this
bit is set, the output SV is not reset to an empty string.
p4raw-id: //depot/perl@32048
Nicholas Clark [Sat, 6 Oct 2007 14:56:18 +0000]
Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/
p4raw-id: //depot/perl@32047
Steve Peters [Sat, 6 Oct 2007 13:30:59 +0000]
Upgrade to Time-HiRes-1.9708
p4raw-id: //depot/perl@32046
Nicholas Clark [Sat, 6 Oct 2007 12:55:29 +0000]
newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")
followed by SvGROW(size+1)
p4raw-id: //depot/perl@32045
Nicholas Clark [Sat, 6 Oct 2007 12:54:32 +0000]
Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created empty
string.
p4raw-id: //depot/perl@32044
Nicholas Clark [Sat, 6 Oct 2007 12:23:15 +0000]
Avoid using *pvf functions when the format string is a fixed string.
p4raw-id: //depot/perl@32043
Nicholas Clark [Sat, 6 Oct 2007 12:22:58 +0000]
Directly create the SV with Perl_newSVpvf() rather than using
Perl_catSVpvf() to extend a zero-length SV.
p4raw-id: //depot/perl@32042
Nicholas Clark [Sat, 6 Oct 2007 10:27:17 +0000]
Optimise the logic in isPRINT(), possible following Jarkko's bugfix
of change 10855. (to the implementation added in change 18)
Nothing that a decent compiler optimiser would have missed.
p4raw-id: //depot/perl@32041
Nicholas Clark [Sat, 6 Oct 2007 10:23:26 +0000]
Revert one hunk of change 32034 that had the possibility of being buggy
(the sprintf "%c" code will work correctly when the SV is UTF-8).
Audit all the rest for UTF-8 correctness, and force SvUTF-8_off() in
utf8.c to ensure correctness. (The string is reset to "", so this will
not be a behaviour change.)
p4raw-id: //depot/perl@32040
Nicholas Clark [Fri, 5 Oct 2007 23:03:14 +0000]
In the MAD code, eliminate one Perl_sv_catpvf() and convert one
construction to *pvs.
p4raw-id: //depot/perl@32039
Nicholas Clark [Fri, 5 Oct 2007 23:02:16 +0000]
Change a sv_catpv() to sv_catpvs().
p4raw-id: //depot/perl@32038
Craig A. Berry [Fri, 5 Oct 2007 22:37:23 +0000]
symlink() wrapper for VMS that prevents the creation of symlinks
with zero-length names. The standards disallow that and the test
suite gets indigestion.
p4raw-id: //depot/perl@32037
Nicholas Clark [Fri, 5 Oct 2007 21:46:39 +0000]
Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR
p4raw-id: //depot/perl@32036
Nicholas Clark [Fri, 5 Oct 2007 20:31:23 +0000]
PL_cshname is actually a constant value known at compile time.
PL_cshlen can be calculated by the compiler. So eliminate both as
interpreter variables, and the code that calculates PL_cshlen at
runtime.
p4raw-id: //depot/perl@32035
Nicholas Clark [Fri, 5 Oct 2007 19:48:27 +0000]
Eliminate most *printf-like calls that use a simple "%c" format,
replacing them with constructions that are more efficient because they
avoid the overhead of the *printf format parser and interpreter code.
p4raw-id: //depot/perl@32034
Nicholas Clark [Fri, 5 Oct 2007 18:15:06 +0000]
With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be
inlined and eliminated.
p4raw-id: //depot/perl@32033
Nicholas Clark [Fri, 5 Oct 2007 16:08:12 +0000]
As PL_hinthv is actually tied, need to call SvSETMAGIC() after the
store to it. Gosh, the tied hash API is clunky.
p4raw-id: //depot/perl@32032
Robin Barker [Fri, 5 Oct 2007 12:12:05 +0000]
New [PATCH] use 5.006; use 5.10.0
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226016048DB@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32031
Jos I. Boumans [Thu, 4 Oct 2007 11:24:05 +0000]
Update add-package.pl
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
9D8CA217-8B5B-487E-96A4-92D9047FE921@dwim.org>
p4raw-id: //depot/perl@32030
John E. Malmberg [Thu, 4 Oct 2007 22:25:34 +0000]
patch@32028 POD updates for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4705AEAE.9060100@qsl.net>
p4raw-id: //depot/perl@32029
Craig A. Berry [Thu, 4 Oct 2007 18:02:38 +0000]
VMS override for Module::Build::Base::find_perl_interpreter,
allowing tests to pass from t/TEST as well as harness.
p4raw-id: //depot/perl@32028
Craig A. Berry [Thu, 4 Oct 2007 15:06:59 +0000]
Try a bit harder to get *PL_sighandlerp to agree with its
prototype based on SA_SIGINFO definedness rather than Win32-ness.
p4raw-id: //depot/perl@32027
David Landgren [Fri, 28 Sep 2007 20:42:56 +0000]
POD cleanups
Message-ID: <
46FD4B30.9070802@landgren.net>
p4raw-id: //depot/perl@32026
Nicholas Clark [Thu, 4 Oct 2007 10:39:05 +0000]
S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a
macro. (Also slightly shrinks the object code for x86 with -Os)
p4raw-id: //depot/perl@32024
Marcus Holland-Moritz [Thu, 4 Oct 2007 10:37:47 +0000]
Upgrade to Devel::PPPort 3.13
p4raw-id: //depot/perl@32023
Rafael Garcia-Suarez [Thu, 4 Oct 2007 09:11:18 +0000]
Update Module::Load::Conditional to 0.20
p4raw-id: //depot/perl@32022
Rafael Garcia-Suarez [Thu, 4 Oct 2007 09:06:20 +0000]
Update Term::UI to 0.16
p4raw-id: //depot/perl@32021
Rafael Garcia-Suarez [Thu, 4 Oct 2007 08:32:11 +0000]
Fix warnings about Sighandler_t type on Win32.
p4raw-id: //depot/perl@32020
Nicholas Clark [Wed, 3 Oct 2007 20:39:37 +0000]
I can't spell (well know fact) and while I'm there correct other
spelling, grammar and capitalisation imperfections.
p4raw-id: //depot/perl@32017
Nicholas Clark [Wed, 3 Oct 2007 20:34:13 +0000]
Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag was
stored on the reference rather than the referent. Despite the fact that
objects can only be accessed via references (even internally), the
referent actually knows that it's blessed, not the references. So
taking a new, unrelated, reference to it gives an object. However, the
overloading-or-not flag was on the reference prior to 5.10, and taking
a new reference didn't (use to) copy it (prior to 5.8.9).
So test that the bug can't return - overloading should work on a
reference to something already blessed into a package with overloading.
p4raw-id: //depot/perl@32016
Rafael Garcia-Suarez [Wed, 3 Oct 2007 16:21:59 +0000]
Reverse change #31978
p4raw-link: @31978 on //depot/perl:
d804f4346b490171e547d5cc512063e53da10708
p4raw-id: //depot/perl@32015
Marcus Holland-Moritz [Wed, 3 Oct 2007 11:29:58 +0000]
One const too much. (Unfortunately, the Copy macro casts
the constness away, so the compiler cannot detect this.)
p4raw-id: //depot/perl@32014
Rafael Garcia-Suarez [Wed, 3 Oct 2007 11:21:59 +0000]
Adapt definition of Sighandler_t to go with change #32012
p4raw-link: @32012 on //depot/perl:
b6455c53c26be8a62e12a3f2a24a3a5086dd2c7b
p4raw-id: //depot/perl@32013
Slaven Rezic [Sat, 29 Sep 2007 05:38:08 +0000]
[perl #45513] Test failures on amd64-freebsd 6.2
From: "slaven@rezic.de via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-5916-
1191069483-1553.45513-15-0@perl.org>
p4raw-id: //depot/perl@32012
ben@linuxgazette.net [Tue, 2 Oct 2007 21:33:49 +0000]
[perl #46019] Documentation for 'srand' has a problem in code snippet
From: ben@linuxgazette.net (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-5916-
1191386029-1116.46019-75-0@perl.org>
p4raw-id: //depot/perl@32011
Steve Peters [Wed, 3 Oct 2007 04:07:08 +0000]
Update to a file missed in change #32008.
p4raw-link: @32008 on //depot/perl:
547d3dfd0918e1335aa86e352904fbb22cccfb6d
p4raw-id: //depot/perl@32010
Steve Peters [Tue, 2 Oct 2007 13:56:07 +0000]
Upgrade to Getopt-Long-2.37
p4raw-id: //depot/perl@32009
Steve Peters [Tue, 2 Oct 2007 13:39:06 +0000]
Upgrade to CPAN-1.9203
p4raw-id: //depot/perl@32008
Rafael Garcia-Suarez [Tue, 2 Oct 2007 12:44:18 +0000]
Need to quote the version number of perl in perlivp, now
that it finishes by 0
p4raw-id: //depot/perl@32007
Jerry D. Hedden [Mon, 1 Oct 2007 19:32:19 +0000]
/cygdrive is configurable
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com>
p4raw-id: //depot/perl@32006
Shawn [Mon, 1 Oct 2007 12:45:32 +0000]
use base problem
Message-ID: <
1191267932.150186.12570@d55g2000hsg.googlegroups.com>
(This patch is actually not needed for 5.10, but useful for earlier perls)
p4raw-id: //depot/perl@32005
Jim Cromie [Mon, 1 Oct 2007 18:59:43 +0000]
Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9)
Message-ID: <
470197FF.5040709@gmail.com>
p4raw-id: //depot/perl@32004
John Peacock [Tue, 2 Oct 2007 05:28:31 +0000]
was Re: Freeze ?
Message-ID: <
47020F3F.9070604@havurah-software.org>
p4raw-id: //depot/perl@32003
Nicholas Clark [Tue, 2 Oct 2007 07:21:12 +0000]
Audrey spotted a spurious "Unicode".
p4raw-id: //depot/perl@32002
Nicholas Clark [Mon, 1 Oct 2007 12:13:36 +0000]
Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.
Make xio_flags a U8, which is what it should have been all along
(rather than a char, which might be signed). B.xs had its wrapper as U8
p4raw-id: //depot/perl@32001
Rafael Garcia-Suarez [Mon, 1 Oct 2007 12:00:30 +0000]
Patch by jlv <jloverso@mathworks.com> to stop NEXT::AUTOLOAD
from emitting warnings under the debugger.
See: http://rt.cpan.org/Public/Bug/Display.html?id=25053
p4raw-id: //depot/perl@32000
John E. Malmberg [Sun, 30 Sep 2007 09:13:09 +0000]
[patch@31998] Fix M:B: tilde.t tests on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
46FFAEF5.1060702@qsl.net>
p4raw-id: //depot/perl@31999
John E. Malmberg [Sat, 29 Sep 2007 14:50:37 +0000]
Re: [patch@31988] Revised Module::Build fixes for VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
46FEAC8D.1080506@qsl.net>
Missed one case in #31995.
p4raw-id: //depot/perl@31998
David Landgren [Sun, 30 Sep 2007 15:19:49 +0000]
bring File::Path up to 2.01 (was: Re: Freeze ?)
Message-ID: <
46FFA275.6010304@landgren.net>
p4raw-id: //depot/perl@31997
John E. Malmberg [Fri, 28 Sep 2007 08:55:27 +0000]
[patch@31988] Revised Module::Build fixes for VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
46FD07CF.5040504@qsl.net>
p4raw-id: //depot/perl@31995
Nicholas Clark [Fri, 28 Sep 2007 18:04:55 +0000]
Make all of B work on 5.8.x
p4raw-id: //depot/perl@31994
Rafael Garcia-Suarez [Fri, 28 Sep 2007 13:07:35 +0000]
Document hint symbols in B::Concise
p4raw-id: //depot/perl@31993
Nicholas Clark [Fri, 28 Sep 2007 12:40:39 +0000]
Hopefully really fix test failures with -C
p4raw-id: //depot/perl@31992
Rafael Garcia-Suarez [Fri, 28 Sep 2007 08:20:32 +0000]
Remove unneeded cast
p4raw-id: //depot/perl@31991
Nicholas Clark [Fri, 28 Sep 2007 07:32:28 +0000]
Change 31987 forgot to re-run embed.pl
p4raw-id: //depot/perl@31990
Jim Cromie [Thu, 27 Sep 2007 19:29:43 +0000]
[patch] s/thinngy/thingy/
Message-ID: <
46FC5907.4010205@gmail.com>
p4raw-id: //depot/perl@31989
Rafael Garcia-Suarez [Thu, 27 Sep 2007 09:55:35 +0000]
I forgot to patch for the threaded case
p4raw-id: //depot/perl@31988
Nicholas Clark [Thu, 27 Sep 2007 09:40:58 +0000]
Move the bool v_string_ok into the U16-sized gap in the interpreter
structure. Add a "spare" variable so that we can add the first post-
5.10.0 bool variable without growing the interpreter structure.
p4raw-id: //depot/perl@31987
Rafael Garcia-Suarez [Thu, 27 Sep 2007 09:38:53 +0000]
Hopefully fix test failures with -C
p4raw-id: //depot/perl@31986
Steve Hay [Thu, 27 Sep 2007 08:56:05 +0000]
Fix test introduced in #31973 that failed on Win32
(Win32 doesn't like the runperl() prog having newlines in it)
p4raw-id: //depot/perl@31985
Craig A. Berry [Thu, 27 Sep 2007 00:57:00 +0000]
Make large file support the default on VMS systems that have it. This in turn
makes _USE_STD_STAT and symbolic link support the defaults where available.
p4raw-id: //depot/perl@31984
Rafael Garcia-Suarez [Wed, 26 Sep 2007 16:57:34 +0000]
API spelling patch, by Jerry D. Hedden
p4raw-id: //depot/perl@31983
Rafael Garcia-Suarez [Wed, 26 Sep 2007 16:46:36 +0000]
Maybe the default order of directories in @INC should be modified.
p4raw-id: //depot/perl@31982
Nicholas Clark [Wed, 26 Sep 2007 16:32:45 +0000]
Change 31977 introduced a bug (failing to set the return value of
mro::get_linear_isa() when passed a second parameter). However, there
were no tests for this. Fix both.
p4raw-id: //depot/perl@31981
Jerry D. Hedden [Tue, 25 Sep 2007 11:55:53 +0000]
Check rename() under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510709250855o2c9115cdi6ce830a9ccaec696@mail.gmail.com>
p4raw-id: //depot/perl@31980
Jerry D. Hedden [Tue, 25 Sep 2007 10:45:47 +0000]
No more ld2 and perlld under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com>
p4raw-id: //depot/perl@31979
Robin Barker [Wed, 26 Sep 2007 13:25:49 +0000]
RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@31978