Rafael Garcia-Suarez [Thu, 25 Oct 2007 08:43:41 +0000]
Bump version of IPC::Cmd
p4raw-id: //depot/perl@32188
John E. Malmberg [Thu, 25 Oct 2007 00:36:29 +0000]
patch@32181 IPC::Cmd fix for VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
47202B5D.8070609@qsl.net>
p4raw-id: //depot/perl@32187
David Landgren [Wed, 24 Oct 2007 15:11:29 +0000]
File::Path 2.02
Message-ID: <
471F4481.6010103@landgren.net>
p4raw-id: //depot/perl@32186
Peter Dintelmann [Wed, 24 Oct 2007 12:31:20 +0000]
warning from ext/Hash/Util/FieldHash/t/02_function.t
From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
Message-ID: <
3852726AFA94DE4F87E616F13F416A5FB66DE3@naimucu1.ffz00k.rootdom.net>
p4raw-id: //depot/perl@32185
John E. Malmberg [Wed, 24 Oct 2007 00:27:33 +0000]
patch@32181 File::Copy.pm patches for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
471ED7C5.9040900@qsl.net>
p4raw-id: //depot/perl@32184
Rafael Garcia-Suarez [Wed, 24 Oct 2007 09:31:43 +0000]
Fix an off by one error, found by valgrind
p4raw-id: //depot/perl@32183
David Landgren [Tue, 23 Oct 2007 21:43:29 +0000]
documentation typo for Text::Wrap
Message-ID: <
471E4EE1.5010500@landgren.net>
p4raw-id: //depot/perl@32182
Andy Dougherty [Tue, 23 Oct 2007 08:54:51 +0000]
Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS X
Message-ID: <Pine.LNX.4.64.
0710230817250.18303@fractal.phys.lafayette.edu>
Date: Tue, 23 Oct 2007 08:54:51 -0400 (EDT)
p4raw-id: //depot/perl@32181
Ricardo SIGNES [Mon, 22 Oct 2007 09:01:09 +0000]
hostname.t busted
Message-ID: <
20071022130109.GA16748@knight>
p4raw-id: //depot/perl@32180
Rafael Garcia-Suarez [Tue, 23 Oct 2007 10:24:39 +0000]
Typos and other doc nits. Plus, de-alpha the version number
(since this isn't a dual-lived module)
p4raw-id: //depot/perl@32179
Rafael Garcia-Suarez [Tue, 23 Oct 2007 10:22:25 +0000]
A couple of updates to perl5100delta
p4raw-id: //depot/perl@32178
Nicholas Clark [Tue, 23 Oct 2007 09:59:48 +0000]
Silly Nick. If you see a nextstate op, then it may have open hints,
and you need to test it with Unicode locales.
p4raw-id: //depot/perl@32177
Craig A. Berry [Tue, 23 Oct 2007 03:43:02 +0000]
File::Find::_find_dir nit for VMS, plus version bump.
p4raw-id: //depot/perl@32176
Craig A. Berry [Tue, 23 Oct 2007 03:39:19 +0000]
Make the File::Find tests stay under t/ where they
belong (the first call to cleanup() was leaving us
at the top of the Perl source tree).
p4raw-id: //depot/perl@32175
Andy Dougherty [Mon, 22 Oct 2007 12:49:25 +0000]
FreeBSD atoll() warning (Was Re: Code freeze
Message-ID: <Pine.LNX.4.64.
0710221246340.31725@fractal.phys.lafayette.edu>
Date: Mon, 22 Oct 2007 12:49:25 -0400 (EDT)
p4raw-id: //depot/perl@32174
Andy Dougherty [Mon, 22 Oct 2007 16:42:44 +0000]
perltodo.pod: Add more detail about @INC order.
Message-ID: <Pine.LNX.4.64.
0710221642120.14878@fractal.phys.lafayette.edu>
From: Andy Dougherty <doughera@lafayette.edu>
p4raw-id: //depot/perl@32173
Nicholas Clark [Mon, 22 Oct 2007 20:19:55 +0000]
SQL::Translator triggered a subtle piece of wrongness, whereby it
managed to cause a proxy constant subroutine in the symbol table to
be upgraded to a GV at precisely the point where it was being
considered as a possible IO handle name. The core's user-space visible
behaviour certainly was buggy - I believe this patch to be the correct
fix. However, it seems to be very hard to write a test for it.
p4raw-id: //depot/perl@32172
Nicholas Clark [Mon, 22 Oct 2007 14:52:53 +0000]
Note Jarkko's URL about MSVC and __FUNCTION__-a-like.
p4raw-id: //depot/perl@32171
Jos I. Boumans [Mon, 22 Oct 2007 14:32:51 +0000]
Update Log::Messge::Simple to 0.04 (was: Re: Code freeze)
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
33D80A92-6B24-400F-8E99-15193E3CD4A1@dwim.org>
Only a version bump.
p4raw-id: //depot/perl@32170
Nicholas Clark [Mon, 22 Oct 2007 12:36:16 +0000]
hv_iterkeysv() actually creates a mortal SV for every call.
gv_stashsv() is just a wrapper for gv_stashpvn(), so doesn't need an
SV internally. Hence avoid creating lots of mortal SVs by using
hv_iterkey() to get the keys and lengths.
Also tweak whitespace in change 32168.
p4raw-id: //depot/perl@32169
Nicholas Clark [Mon, 22 Oct 2007 12:14:12 +0000]
In Perl_mro_isa_changed_in(), no need to call an RVALUE hv_fetch() then
hv_store() a new HV if fetch drew a blank, as we can detect the new SV
an LVALUE fetch gave us, and replace it with a new HV, which will be
more efficient.
p4raw-id: //depot/perl@32168
Nicholas Clark [Mon, 22 Oct 2007 11:46:55 +0000]
S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then
hv_store(), as hv_fetch() can do it all for us.
p4raw-id: //depot/perl@32167
Rafael Garcia-Suarez [Mon, 22 Oct 2007 11:46:36 +0000]
Mention perlcommunity.pod, plus some typo fixes
p4raw-id: //depot/perl@32166
Marcus Holland-Moritz [Mon, 22 Oct 2007 11:35:07 +0000]
Fix a typo (pport -> ppport).
p4raw-id: //depot/perl@32165
Nicholas Clark [Mon, 22 Oct 2007 11:33:23 +0000]
B::Concise was failing an assertion on index "foo", "foo";
p4raw-id: //depot/perl@32164
Rafael Garcia-Suarez [Mon, 22 Oct 2007 11:29:57 +0000]
There's no point in empty TODO sections
p4raw-id: //depot/perl@32163
Rafael Garcia-Suarez [Mon, 22 Oct 2007 10:18:00 +0000]
Mention B::COP::hints_hash method
p4raw-id: //depot/perl@32162
Rafael Garcia-Suarez [Mon, 22 Oct 2007 09:02:47 +0000]
Newest things to put in perldelta
p4raw-id: //depot/perl@32161
Rafael Garcia-Suarez [Mon, 22 Oct 2007 08:55:01 +0000]
Add -Duse32bit* in perltodo
p4raw-id: //depot/perl@32160
Rafael Garcia-Suarez [Mon, 22 Oct 2007 08:38:07 +0000]
Regenerate Changes
p4raw-id: //depot/perl@32159
Rafael Garcia-Suarez [Mon, 22 Oct 2007 08:32:46 +0000]
More delta info from Perl 5.9.5
p4raw-id: //depot/perl@32158
Rick Delaney [Sun, 21 Oct 2007 16:13:51 +0000]
Re: overload64.t failures
Message-ID: <
20071021201351.GY29047@bort.ca>
p4raw-id: //depot/perl@32157
Rafael Garcia-Suarez [Sun, 21 Oct 2007 20:15:46 +0000]
More perldelta entries from perl 5.9.4, plus some reordering and
deduplication
p4raw-id: //depot/perl@32156
Rafael Garcia-Suarez [Sun, 21 Oct 2007 16:38:36 +0000]
More perldelta entries from 5.9.3
p4raw-id: //depot/perl@32155
Rafael Garcia-Suarez [Sun, 21 Oct 2007 10:59:47 +0000]
Changes from perl 5.9.2
p4raw-id: //depot/perl@32154
Rafael Garcia-Suarez [Sun, 21 Oct 2007 07:51:14 +0000]
Skip test on Basque locales on Mac OS X 10.5
p4raw-id: //depot/perl@32153
Robin Barker [Fri, 19 Oct 2007 13:33:50 +0000]
VDf no longer in PERL_CORE
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226C9D20E@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32152
Nicholas Clark [Sat, 20 Oct 2007 16:16:56 +0000]
In Perl_do_openn() we know the length of oname, so use it when creating
an SV.
p4raw-id: //depot/perl@32151
Rafael Garcia-Suarez [Sat, 20 Oct 2007 15:19:20 +0000]
Revert code change from #32148
p4raw-id: //depot/perl@32150
Father Chrysostomos [Fri, 19 Oct 2007 20:25:38 +0000]
perlfunc/perldiag errors
Message-Id: <
8186DA53-970C-4A10-A0CE-0A4FFB199A01@cpan.org>
p4raw-id: //depot/perl@32149
Jerry D. Hedden [Fri, 19 Oct 2007 20:50:27 +0000]
Re: [PATCH] Fix overloading for 64-bit ints (revised)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710191750s3f25eae2x2dc2e90f18f1f716@mail.gmail.com>
p4raw-id: //depot/perl@32148
Rafael Garcia-Suarez [Fri, 19 Oct 2007 16:14:01 +0000]
More perldelta work (info from perl59[01]delta)
p4raw-id: //depot/perl@32147
Rafael Garcia-Suarez [Fri, 19 Oct 2007 11:06:58 +0000]
Document that encoding.pm isn't thread-safe, by Jerry D. Hedden
p4raw-id: //depot/perl@32146
Rafael Garcia-Suarez [Fri, 19 Oct 2007 10:44:04 +0000]
POD nits
p4raw-id: //depot/perl@32145
Renee Baecker [Fri, 12 Oct 2007 10:29:50 +0000]
Re: [Diff] perlxstut.pod
Message-ID: <
470F307E.1030804@smart-websolutions.de>
p4raw-id: //depot/perl@32144
Rafael Garcia-Suarez [Fri, 19 Oct 2007 10:18:19 +0000]
Upgrade to Term::Cap 1.10
p4raw-id: //depot/perl@32143
Robin Barker [Thu, 18 Oct 2007 17:51:34 +0000]
RE: [PATCH] RE: PERL_CORE UVf logic
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226C9D20A@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32142
Jerry D. Hedden [Thu, 18 Oct 2007 14:49:40 +0000]
Fix overloading for 64-bit ints (revised)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710181149s1c096dd9qffa8fe42046e675b@mail.gmail.com>
p4raw-id: //depot/perl@32141
Nicholas Clark [Thu, 18 Oct 2007 20:42:30 +0000]
It seems crazy for Perl_yylex() to individually shift each element off
PL_preambleav, and then free each in turn, rather than simply process
the array in place, and allow the sv_free(PL_preambleav) to dispose of
everything.
p4raw-id: //depot/perl@32140
Nicholas Clark [Thu, 18 Oct 2007 19:21:50 +0000]
Change 32136 introduced an error - passing a const char * to
sv_usepvn_flags(). Fixed.
p4raw-id: //depot/perl@32139
Nicholas Clark [Thu, 18 Oct 2007 18:59:59 +0000]
Inline and eliminate S_incl_perldb(), as it's only called on one place.
This also makes the logic in the call site simpler and more efficient.
p4raw-id: //depot/perl@32138
Nicholas Clark [Thu, 18 Oct 2007 18:07:19 +0000]
Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv()
will do the "right" thing if we want NULL to map to undef.
p4raw-id: //depot/perl@32137
Nicholas Clark [Thu, 18 Oct 2007 18:06:29 +0000]
Eliminate some uses of sv_setpv() where we already know the length.
Donate the prototype buffer to the CV in Perl_gv_init(), rather than
setting a copy, and immediately free()ing the original.
p4raw-id: //depot/perl@32136
Nicholas Clark [Thu, 18 Oct 2007 17:15:16 +0000]
Change newSVpv() to newSVpvn() where we know the length is non-zero, as
newSVpvn() will be fractionally more efficient.
p4raw-id: //depot/perl@32135
Nicholas Clark [Thu, 18 Oct 2007 17:14:38 +0000]
use newSVpvs() on the constant string "isa", rather than newSVpv().
p4raw-id: //depot/perl@32134
Nicholas Clark [Thu, 18 Oct 2007 17:13:34 +0000]
By using the HEK that holds the stash name in S_mro_get_linear_isa_c3()
and S_mro_get_linear_isa_dfs() we can create scalars more efficiently.
p4raw-id: //depot/perl@32133
Nicholas Clark [Thu, 18 Oct 2007 16:15:22 +0000]
In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know
the length. (Not sure why I didn't spot this one during change 32124.)
p4raw-id: //depot/perl@32132
Jerry D. Hedden [Thu, 18 Oct 2007 09:45:41 +0000]
B::Lint is dual-lived (revised)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710180645x115a7949vaea7b45dd2dc3139@mail.gmail.com>
p4raw-id: //depot/perl@32131
Nicholas Clark [Thu, 18 Oct 2007 12:32:42 +0000]
No need to call strlen() on the result of CopSTASHPV() when unthreaded,
as the length is already known. Hence conditionally compile out the
logic related to the call to strlen() from S_method_common(), and use
newSVhek in S_gv_get_super_pkg().
p4raw-id: //depot/perl@32130
Nicholas Clark [Thu, 18 Oct 2007 10:44:35 +0000]
Don't call strlen() on CopFILE() for the unthreaded case, because the
length can be obtained via CopFILESV().
p4raw-id: //depot/perl@32129
Rafael Garcia-Suarez [Thu, 18 Oct 2007 09:45:47 +0000]
Silence a casting warning
p4raw-id: //depot/perl@32128
Nicholas Clark [Thu, 18 Oct 2007 09:24:42 +0000]
Where possible, change gv_fetchfile() to gv_fetchfile_flags(),
gv_stashpv() to gv_stashpvn() and gv_fetchpv() to gv_fetchpvn_flags().
Change the len parameter of S_find_in_my_stash() from I32 to STRLEN, as
a pointer the variable needs to be passed onwards, and size matters on
64 bit platforms.
Fix the temporary scribbling of a buffer in Perl_yylex() by using
gv_fetchpvn_flags(), and remove the XXX comment added in change 27641.
Brought to you by the Campaign for the Elimination of strlen().
p4raw-id: //depot/perl@32127
Nicholas Clark [Thu, 18 Oct 2007 07:17:46 +0000]
In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving
the strlen() earlier.
Brought to you by the Campaign for the Elimination of strlen().
p4raw-id: //depot/perl@32126
Nicholas Clark [Wed, 17 Oct 2007 16:06:21 +0000]
In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't use
strlcpy() to forcibly truncate a string to a known length, when
memcpy() and a write of '\0' will not only make the intent clear, but
also do that exact job more efficiently.
p4raw-id: //depot/perl@32125
Nicholas Clark [Wed, 17 Oct 2007 15:10:58 +0000]
Storing the length of all the overloading names saves a strlen() in a
loop in Perl_Gv_AMupdate().
Brought to you by the Campaign for the Elimination of strlen().
p4raw-id: //depot/perl@32124
Jos I. Boumans [Wed, 17 Oct 2007 11:32:03 +0000]
Update IPC::Cmd to 0.40
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
C7DB06B4-6FE5-4188-A087-DC40E8E9F07D@dwim.org>
p4raw-id: //depot/perl@32123
Jerry D. Hedden [Mon, 15 Oct 2007 09:56:33 +0000]
Minor fix in File::Copy POD
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com>
p4raw-id: //depot/perl@32122
Ben Morrow [Tue, 16 Oct 2007 19:51:09 +0000]
Another ex-PVBM assert
Message-ID: <tpdfu4-bsm.ln1@osiris.mauzo.dyndns.org>
p4raw-id: //depot/perl@32121
josh [Sun, 14 Oct 2007 21:37:08 +0000]
Fix a few segfaults and a when() bug
From: "josh" <twists@gmail.com>
Message-ID: <
20071015043708.GA10981@grenekatz.org>
p4raw-id: //depot/perl@32120
Ben Morrow [Mon, 15 Oct 2007 22:56:16 +0000]
ex-PVBM and mro interact badly
Message-ID: <
20071015215616.GA43800@osiris.mauzo.dyndns.org>
p4raw-id: //depot/perl@32119
Rafael Garcia-Suarez [Wed, 17 Oct 2007 08:03:23 +0000]
Update Module::Load::Conditional to 0.22
p4raw-id: //depot/perl@32118
Rafael Garcia-Suarez [Wed, 17 Oct 2007 07:39:16 +0000]
More tests for Safe
p4raw-id: //depot/perl@32117
Nicholas Clark [Tue, 16 Oct 2007 16:02:35 +0000]
PL_AMG_names is only used by gv.c (as far as Google code search can
see), so it can easily be a static variable inside gv.c. This allows
the implementation to be changed in future Perls within the 5.10.x
series.
p4raw-id: //depot/perl@32116
Nicholas Clark [Tue, 16 Oct 2007 10:39:38 +0000]
Replace my_strlcpy() with a pair of byte writes.
p4raw-id: //depot/perl@32115
Nicholas Clark [Tue, 16 Oct 2007 09:48:48 +0000]
Given that S_feature_is_enabled() is a static function, we can know all
the possible strings that can be passed to it, and their lengths. So we
can avoid my_strlcpy() and instead use memcpy().
Brought to you by the Campaign for the Elimination of strlen().
p4raw-id: //depot/perl@32114
Nicholas Clark [Tue, 16 Oct 2007 09:40:15 +0000]
Given that the buffer for mode in Perl_do_openn() has been initialised
to all NUL bytes, and the "string" being appended is one character,
it's way faster just to write the byte in question to the buffer.
p4raw-id: //depot/perl@32113
Nicholas Clark [Tue, 16 Oct 2007 09:38:48 +0000]
Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv()
Brought to you by the Campaign for the Elimination of strlen().
p4raw-id: //depot/perl@32112
Nicholas Clark [Tue, 16 Oct 2007 09:06:26 +0000]
Pass in explicit lengths for the key and type arguments to
S_new_constant() in toke.c, as we know all the lengths already.
Brought to you by the Campaign for the Elimination of strlen().
p4raw-id: //depot/perl@32111
Nicholas Clark [Tue, 16 Oct 2007 08:37:29 +0000]
Perl_ck_smartmatch needs a dVAR too.
p4raw-id: //depot/perl@32110
Nicholas Clark [Tue, 16 Oct 2007 07:51:36 +0000]
Add dVAR;s to the functions created in change 31970.
p4raw-id: //depot/perl@32109
Jos I. Boumans [Mon, 15 Oct 2007 14:40:39 +0000]
Update File::Fetch to 0.12
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
D845A191-6837-4618-8A34-B44A3DC6F5C6@dwim.org>
p4raw-id: //depot/perl@32108
Rafael Garcia-Suarez [Sat, 13 Oct 2007 07:24:17 +0000]
POD nit found by Slaven Rezic.
p4raw-id: //depot/perl@32107
Craig A. Berry [Fri, 12 Oct 2007 20:48:11 +0000]
Normalize the case of some VMS syscalls so the prototypes are
kosher on a system with older headers.
p4raw-id: //depot/perl@32106
Nicholas Clark [Fri, 12 Oct 2007 15:21:14 +0000]
Remove some strlen()s and replace one strlcpy() with memcpy() because
we already know the string length.
p4raw-id: //depot/perl@32105
Rafael Garcia-Suarez [Fri, 12 Oct 2007 09:43:20 +0000]
New test for Safe
p4raw-id: //depot/perl@32104
Rafael Garcia-Suarez [Fri, 12 Oct 2007 07:47:42 +0000]
Funny symbol table names can be shared, too
p4raw-id: //depot/perl@32103
Rafael Garcia-Suarez [Fri, 12 Oct 2007 07:41:18 +0000]
Share the internal XS functions defined in universal.c
to Safe compartments
p4raw-id: //depot/perl@32102
Jos I. Boumans [Thu, 11 Oct 2007 17:24:50 +0000]
Update IPC::Cmd to 0.38
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
E88BE0DB-CA4E-4798-AB5B-3D45D1B5799B@dwim.org>
p4raw-id: //depot/perl@32101
Jerry D. Hedden [Thu, 11 Oct 2007 10:23:03 +0000]
pp_int should treat refs as UVs (not IVs)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710110723p6cbed55fo558777258061b556@mail.gmail.com>
p4raw-id: //depot/perl@32100
Jerry D. Hedden [Thu, 11 Oct 2007 09:12:21 +0000]
Gentler theads test
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710110612j6ecaa1d5ta1a6f2a4e3e13ed3@mail.gmail.com>
p4raw-id: //depot/perl@32099
Jerry D. Hedden [Wed, 10 Oct 2007 12:39:23 +0000]
Move threads test added in change 32091
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <
1ff86f510710100939v29aef6beqcb782934e641ea79@mail.gmail.com>
p4raw-id: //depot/perl@32098
Robin Barker [Wed, 10 Oct 2007 18:11:36 +0000]
Porting/Maintainers.pm --check added functionality
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226C9D1F2@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32097
Richard Foley [Wed, 10 Oct 2007 15:29:39 +0000]
add calling hints to perldebug.pod
Message-Id: <
200710101529.39895.Richard.Foley@rfi.net>
p4raw-id: //depot/perl@32096
Robin Barker [Wed, 10 Oct 2007 17:52:38 +0000]
Porting/Maintainers.pl
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
2C2E01334A940D4792B3E115F95B7226C9D1F1@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32095
Rafael Garcia-Suarez [Wed, 10 Oct 2007 20:38:54 +0000]
Remove an obsolete test for h2ph, that was always skipped.
New tests are needed.
p4raw-id: //depot/perl@32094
Rafael Garcia-Suarez [Wed, 10 Oct 2007 15:37:14 +0000]
Delete files removed by latest CPANPLUS update
p4raw-id: //depot/perl@32093
Rafael Garcia-Suarez [Wed, 10 Oct 2007 15:36:53 +0000]
Update CPANPLUS to 0.83_02
p4raw-id: //depot/perl@32092
Dave Mitchell [Wed, 10 Oct 2007 15:03:16 +0000]
newCONTSUB() wasn't thread-safe ([perl #45053])
p4raw-id: //depot/perl@32091
Rafael Garcia-Suarez [Wed, 10 Oct 2007 08:17:07 +0000]
If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings
when $" is undefined.
p4raw-id: //depot/perl@32090
Nicholas Clark [Tue, 9 Oct 2007 21:55:56 +0000]
As we know the length, replace strEQ with memEQs in S_doopen_pm().
p4raw-id: //depot/perl@32089