Steve Peters [Wed, 14 Mar 2007 13:17:42 +0000]
Upgrade to Test-Simple-0.68. Includes a tweak to
lib/Test/Simple/t/fail-more.t so that all of its tests pass within
the Perl core.
p4raw-id: //depot/perl@30578
Dave Mitchell [Wed, 14 Mar 2007 12:34:05 +0000]
use a fresh stack when loading Errno.pm etc.
Stops 'use vars qw($!)' in lib/vars.t segfaulting.
(This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
p4raw-id: //depot/perl@30577
Rafael Garcia-Suarez [Wed, 14 Mar 2007 09:43:21 +0000]
Patch by Sébastien Aperghis-Tramoni to avoid encoding
everything that goes through Net::Cmd as UTF-8
(regression as of Net::Cmd 2.27, see CPAN RT #24835)
p4raw-id: //depot/perl@30576
Wolfgang Laun [Wed, 14 Mar 2007 07:56:45 +0000]
perlfunc.pod (ref results), perlop.pod (qr// result)
Message-ID: <
45F79CAD.5050005@thalesgroup.com>
p4raw-id: //depot/perl@30575
Nicholas Clark [Tue, 13 Mar 2007 23:10:11 +0000]
The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
p4raw-id: //depot/perl@30574
Nicholas Clark [Tue, 13 Mar 2007 22:48:46 +0000]
Check that stat and -X favours the file handle over the directory
handle when using *THINGY{IO} syntax too.
p4raw-id: //depot/perl@30572
Nicholas Clark [Tue, 13 Mar 2007 22:24:54 +0000]
Check that stat and -X on barewords favour the file handle over the
directory handle for the ambiguous case.
p4raw-id: //depot/perl@30571
Nicholas Clark [Tue, 13 Mar 2007 20:48:17 +0000]
Bump versions of modules that are currently on "dev" releases in maint.
p4raw-id: //depot/perl@30569
Nicholas Clark [Tue, 13 Mar 2007 19:33:02 +0000]
Integrate:
[ 30565]
Make the constant AVf_REAL conditional on Perl version.
p4raw-link: @30565 on //depot/maint-5.8/perl:
5f8a8dc2063e97069e9cba3dcf0af31374112448
p4raw-id: //depot/perl@30566
p4raw-integrated: from //depot/maint-5.8/perl@30563 'copy in'
ext/B/defsubs_h.PL (@30564..)
Nicholas Clark [Tue, 13 Mar 2007 17:35:05 +0000]
5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.
(And then merge the difference back into blead)
p4raw-id: //depot/perl@30563
Jarkko Hietaniemi [Mon, 12 Mar 2007 22:01:34 +0000]
DB_File with g++ and db v1
Message-ID: <
45F605FE.1090606@iki.fi>
p4raw-id: //depot/perl@30562
Joshua ben Jore [Tue, 13 Mar 2007 00:35:11 +0000]
inform constant.pm about UNITCHECK
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <
dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
p4raw-id: //depot/perl@30561
Rafael Garcia-Suarez [Tue, 13 Mar 2007 11:02:03 +0000]
Need a SPAGAIN here because the stack pointer might have
moved when evaluating a tied hash in scalar context.
p4raw-id: //depot/perl@30560
Nicholas Clark [Tue, 13 Mar 2007 00:01:42 +0000]
Get B compiling and passing all tests on both 5.9.x and 5.8.x
p4raw-id: //depot/perl@30558
Rafael Garcia-Suarez [Mon, 12 Mar 2007 22:14:27 +0000]
Fix a couple of minor typos in comments
p4raw-id: //depot/perl@30557
Rafael Garcia-Suarez [Mon, 12 Mar 2007 21:58:19 +0000]
Better wording for (?|...) in perlre, from a suggestion by Ruud.
p4raw-id: //depot/perl@30556
Rafael Garcia-Suarez [Mon, 12 Mar 2007 21:22:55 +0000]
Remove notes about experimental functions in the utf8 module.
Also, document that the internal utf8 functions can be used
without loading utf8.pm. (Suggested by Juerd)
p4raw-id: //depot/perl@30555
Rafael Garcia-Suarez [Mon, 12 Mar 2007 21:00:05 +0000]
warn() without args doesn't take a default message in $_, but in $@
p4raw-id: //depot/perl@30554
Nicholas Clark [Mon, 12 Mar 2007 18:21:56 +0000]
Fix the partially passing TODO test in optree_constants.t by
making the tests for PL_sv_yes and PL_sv_no run as separate programs,
rather than code eval'd in the current program, as under ithreads
whether you get the real thing or a copy depends on whether any
previous code has that SV in a PAD op.
p4raw-id: //depot/perl@30553
Nicholas Clark [Mon, 12 Mar 2007 15:30:39 +0000]
With the demise of ByteLoader in blead, unshare_hek can return to the
backwaters of 'p'. Not being visible to 'EX'tensions means that there's
less exposure to maintenance compatibility concerns.
p4raw-id: //depot/perl@30552
Steve Peters [Mon, 12 Mar 2007 15:12:39 +0000]
Upgrade to CPAN-1.88_78
p4raw-id: //depot/perl@30551
Nicholas Clark [Mon, 12 Mar 2007 15:03:29 +0000]
Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
p4raw-id: //depot/perl@30550
Rafael Garcia-Suarez [Mon, 12 Mar 2007 14:33:01 +0000]
Like fake scalars, state variables shouldn't get new pad entries
at each recursion, in order to be truly stateful. (bug #41789)
p4raw-id: //depot/perl@30548
Craig A. Berry [Sun, 11 Mar 2007 23:42:14 +0000]
ExtUtils::Manifest fix-ups for VMS:
- don't use multiple dots in .bak filenames
- remove VMS-specific clobbering of keys with values in mkmanifest()
patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377>
p4raw-id: //depot/perl@30544
Craig A. Berry [Sun, 11 Mar 2007 21:05:08 +0000]
Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot
of OS-specific shenanigans.
p4raw-id: //depot/perl@30543
Craig A. Berry [Sun, 11 Mar 2007 21:01:35 +0000]
Add directory depth check for older VMS systems to check83.pl
p4raw-id: //depot/perl@30542
Nicholas Clark [Sat, 10 Mar 2007 16:56:21 +0000]
Test that format references can't be wrongly dereferenced.
Test that a glob dereference of a PVIO correctly sets the IO of the
temporary glob that it creates.
p4raw-id: //depot/perl@30537
Nicholas Clark [Sat, 10 Mar 2007 16:20:31 +0000]
Bump Exporter's $VERSION.
p4raw-id: //depot/perl@30535
Nicholas Clark [Sat, 10 Mar 2007 15:34:34 +0000]
A test case for change 30527 (chdir bareword ambiguity with dirhandles
and filehandles)
p4raw-id: //depot/perl@30533
Nicholas Clark [Sat, 10 Mar 2007 15:30:46 +0000]
Refactor the "has fchdir" and "has dirfd" logic to one place.
p4raw-id: //depot/perl@30532
Nicholas Clark [Fri, 9 Mar 2007 20:49:47 +0000]
Don't swallow up other warnings in Exporter's test. Remove a needless
eval that happened to generate 4 warnings.
p4raw-id: //depot/perl@30531
Tom Callaway [Thu, 22 Feb 2007 14:39:02 +0000]
[perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so
From: Tom Callaway (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28041-
1172183942-1615.41587-75-0@perl.org>
p4raw-id: //depot/perl@30530
Nicholas Clark [Fri, 9 Mar 2007 19:23:57 +0000]
Make Exporter::Heavy correctly not warn when exporting a symbol only
declared in the export specification. Ensure that the test actually
tests this.
p4raw-id: //depot/perl@30529
Tom Callaway [Thu, 22 Feb 2007 19:33:45 +0000]
Tom Callaway's Redhat patches
Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations
From: Tom Callaway (via RT) <perlbug-followup@perl.org>
Date: Thu, 22 Feb 2007 19:33:45 -0800
Message-ID: <rt-3.6.HEAD-28041-
1172201625-659.41595-75-0@perl.org>
Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
From: Tom Callaway (via RT) <perlbug-followup@perl.org>
Date: Thu, 22 Feb 2007 14:56:24 -0800
Message-ID: <rt-3.6.HEAD-18680-
1172184984-1237.41589-75-0@perl.org>
p4raw-id: //depot/perl@30528
Steve Peters [Fri, 9 Mar 2007 18:30:16 +0000]
Prefer dirhandles to filehandles when passing a bareword typeglob
to chdir() and the typeglob has both a dirhandle and a
filehandle assigned to it.
p4raw-id: //depot/perl@30527
Rafael Garcia-Suarez [Fri, 9 Mar 2007 17:47:22 +0000]
Mention Perl::Unsafe::Signals in the core docs en passant.
p4raw-id: //depot/perl@30525
Craig A. Berry [Fri, 9 Mar 2007 00:46:34 +0000]
In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the
minus (there was no intention to use $\ or $- here).
p4raw-id: //depot/perl@30521
Rafael Garcia-Suarez [Thu, 8 Mar 2007 16:31:36 +0000]
The HePV macro was borked.
p4raw-id: //depot/perl@30520
Rafael Garcia-Suarez [Thu, 8 Mar 2007 16:12:29 +0000]
Warning fix. Since HePV's second argument is supposed
to be an unsigned integer, there's not point in comparing
it to 0.
p4raw-id: //depot/perl@30519
Yves Orton [Thu, 8 Mar 2007 10:20:50 +0000]
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
Message-ID: <
9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com>
p4raw-id: //depot/perl@30518
Yves Orton [Wed, 7 Mar 2007 20:44:52 +0000]
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
Message-ID: <
9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
p4raw-id: //depot/perl@30517
Jan Dubois [Wed, 7 Mar 2007 12:26:01 +0000]
RE: $Win32::VERSION problem
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
00b301c760f6$d28129d0$77837d70$@com>
Adds the tests from the dual-lived CPAN distribution Win32-0.27
and removes two old t/win32 tests which are now redundant
p4raw-id: //depot/perl@30516
Andreas J. Koenig [Wed, 7 Mar 2007 14:53:58 +0000]
debugger history save and load
Message-ID: <87y7m99n2h.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@30515
Rafael Garcia-Suarez [Thu, 8 Mar 2007 13:46:16 +0000]
Better docs for C<no VERSION>
p4raw-id: //depot/perl@30514
Rafael Garcia-Suarez [Thu, 8 Mar 2007 11:19:38 +0000]
Need to extend the stack when using warn() without
an argument (this fixes bug #41716)
p4raw-id: //depot/perl@30513
Anton Berezin [Thu, 8 Mar 2007 12:08:45 +0000]
Default to ELF on FreeBSD when objformat is not there
Message-ID: <
20070308110845.GA24332@heechee.tobez.org>
p4raw-id: //depot/perl@30512
Craig A. Berry [Thu, 8 Mar 2007 03:50:32 +0000]
MM->{ldflags} may not be defined and wouldn't help us locate
the perlshr library anyway (follow-up to #30462).
p4raw-id: //depot/perl@30511
Craig A. Berry [Thu, 8 Mar 2007 03:06:53 +0000]
Make vms/gen_shrfls.pl better able to detect header transitions with
various compiler versions (needed after #30463).
p4raw-id: //depot/perl@30510
Rafael Garcia-Suarez [Wed, 7 Mar 2007 17:08:54 +0000]
Regenerates internal and external API docs
p4raw-id: //depot/perl@30500
Rafael Garcia-Suarez [Wed, 7 Mar 2007 17:05:29 +0000]
Add the new man page, perlunifaq, in relevant places
p4raw-id: //depot/perl@30499
Rafael Garcia-Suarez [Wed, 7 Mar 2007 16:36:20 +0000]
Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton
p4raw-id: //depot/perl@30497
Rafael Garcia-Suarez [Wed, 7 Mar 2007 16:32:48 +0000]
Use another method to avoid the "possible interpolation" warning
for @- and @+ : do this directly from the lexer (patch by Yves
Orton.) This way, @- and @+ aren't preloaded anymore.
Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
globs are created, this was breaking the build due to miniperl's
inability to load it.
p4raw-id: //depot/perl@30496
Juerd Waalboer [Sun, 4 Mar 2007 16:00:19 +0000]
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
Message-ID: <
20070304150019.GN4723@c4.convolution.nl>
p4raw-id: //depot/perl@30493
Rafael Garcia-Suarez [Wed, 7 Mar 2007 11:00:07 +0000]
Localize $! in splainthis() too. (see bug #41717)
p4raw-id: //depot/perl@30492
Rafael Garcia-Suarez [Wed, 7 Mar 2007 10:57:11 +0000]
Better localisation of $_ in diagnostics.
This fixes bug #41717.
p4raw-id: //depot/perl@30491
Rafael Garcia-Suarez [Wed, 7 Mar 2007 10:33:38 +0000]
Avoid to load the *+ and *- globs too early.
To silence spurious interpolation warnings, merely
create the stash entry for them. Ensure that the
re::Tie::Hash::NamedCapture module is always loaded
when we have created the tied hashes %+ and %-.
Revert change #30483, which is now unnecessary.
p4raw-link: @30483 on //depot/perl:
73f68b39467596f862aade4f4b46d6061aa98bd3
p4raw-id: //depot/perl@30490
Steve Peters [Tue, 6 Mar 2007 16:49:47 +0000]
Upgrade to IO-Zlib-1.05. There are updates to the core that have
not yet been included in the CPAN distribution, so the core
module has a version bump.
p4raw-id: //depot/perl@30489
Rafael Garcia-Suarez [Tue, 6 Mar 2007 15:51:06 +0000]
Fix error messages returned by S_require_tie_mod. Fix small leaks
happening in there too. More importantly, call it when we load both
a hash or a glob.
p4raw-id: //depot/perl@30488
Rafael Garcia-Suarez [Tue, 6 Mar 2007 15:04:03 +0000]
Fix a small leak on loading *+ and *- globs
p4raw-id: //depot/perl@30487
Steve Peters [Tue, 6 Mar 2007 13:52:56 +0000]
Upgrade to CGI.pm-3.27
p4raw-id: //depot/perl@30486
Jerry D. Hedden [Fri, 2 Mar 2007 06:59:41 +0000]
'Unknown PerlIO layer "encoding"...' message
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30485
Tels [Fri, 2 Mar 2007 11:31:39 +0000]
Doc patch about PerlIO::encoding:
Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
Message-Id: <
200703021131.41085@bloodgate.com>
p4raw-id: //depot/perl@30484
Rafael Garcia-Suarez [Tue, 6 Mar 2007 10:32:01 +0000]
dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
to dump %+ and %-.
p4raw-id: //depot/perl@30483
Steve Hay [Tue, 6 Mar 2007 09:20:51 +0000]
Reinstate part of #28744 that was accidentally reverted in #30454
to suppress a couple of warnings (at least on Win32)
p4raw-id: //depot/perl@30482
Nicholas Clark [Mon, 5 Mar 2007 23:52:09 +0000]
As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
a check on the existing SvTYPE(), there's no need to wrap it inside
another explcit check of SvTYPE(). This won't make any difference to
the output of an optimising compiler, but it makes the source clearer.
p4raw-id: //depot/perl@30481
Nicholas Clark [Mon, 5 Mar 2007 12:26:46 +0000]
Change 30461 was wrong. As ext/re (re)builds the regexp engine with
-DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
So something is always going to use it, so always define it, and always
export it. (But only define it once, so that static builds work.)
p4raw-id: //depot/perl@30464
Craig A. Berry [Mon, 5 Mar 2007 00:13:50 +0000]
In vms/gen_shrfls.pl, no more special handling of vars from
regcomp.h -- just process the file. (Needed for PL_reg_name.)
p4raw-id: //depot/perl@30463
Craig A. Berry [Sun, 4 Mar 2007 22:58:29 +0000]
Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext
when determining whether the perlshr library was linked debug. Also submitted
to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
p4raw-id: //depot/perl@30462
Nicholas Clark [Sun, 4 Mar 2007 19:22:45 +0000]
It seems that change 30451 should also have arranged to export
PL_reg_name properly. Hopefuly this will fix it, but I don't have
access to any platform where I can test this directly.
p4raw-id: //depot/perl@30461
Tels [Sun, 4 Mar 2007 15:57:01 +0000]
Math::BigInt 1.80
Message-Id: <
200703041557.02996@bloodgate.com>
p4raw-id: //depot/perl@30460
Nicholas Clark [Sun, 4 Mar 2007 11:51:08 +0000]
Rename exception() to apitest_exception() in XS/APItest, so that it
doesn't clash with the exception() in Devel/PPPort. This way, all
tests pass when both modules are staticly linked.
p4raw-id: //depot/perl@30459
Steve Peters [Sun, 4 Mar 2007 07:01:34 +0000]
Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004,
IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
p4raw-id: //depot/perl@30458
Steve Peters [Sun, 4 Mar 2007 04:51:28 +0000]
Upgrade to Time-HiRes-1.9707
p4raw-id: //depot/perl@30457
Craig A. Berry [Sat, 3 Mar 2007 23:26:33 +0000]
Clean up the right file in vms/test.com (following #30414).
p4raw-id: //depot/perl@30456
Rafael Garcia-Suarez [Sat, 3 Mar 2007 18:19:01 +0000]
Add missing file from change #30454
p4raw-link: @30454 on //depot/perl:
caa6400115a38c0669db5e1b28eaa0eb8d1aad26
p4raw-id: //depot/perl@30455
Tels [Sat, 3 Mar 2007 17:09:58 +0000]
Math::BigInt::FastCalc 0.12 (plug leaks)
Message-Id: <
200703031710.00203@bloodgate.com>
p4raw-id: //depot/perl@30454
Nicholas Clark [Sat, 3 Mar 2007 15:50:33 +0000]
Must only use dynamic extensions in the Dynaloader test. If the
extensions are static, it doesn't work :-)
p4raw-id: //depot/perl@30453
Nicholas Clark [Sat, 3 Mar 2007 15:28:39 +0000]
As the test is about the parser, not actually running the code, better
to avoid running <STDOUT> rather than run it with warnings disabled.
p4raw-id: //depot/perl@30452
Nicholas Clark [Sat, 3 Mar 2007 12:22:19 +0000]
Define and initialise reg_name only once.
This allows re to be a static extension.
As it's now no-longer a static variable in regcomp.c, it needs a PL_
prefix.
p4raw-id: //depot/perl@30451
Rafael Garcia-Suarez [Sat, 3 Mar 2007 10:09:49 +0000]
Don't let feature.pm interfere with the tests for use VERSION.
That probably needs to be refined.
p4raw-id: //depot/perl@30450
Jerry D. Hedden [Thu, 1 Mar 2007 08:47:30 +0000]
Don't copy DynaLoader.o unnecessarily
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30449
Rafael Garcia-Suarez [Sat, 3 Mar 2007 09:36:54 +0000]
Add a volatile modifier to avoid possible cloberring by longjmp,
as the compiler used by Jerry D. Hedden warns.
p4raw-id: //depot/perl@30448
Rafael Garcia-Suarez [Sat, 3 Mar 2007 09:34:23 +0000]
Compilation warnings fixes by Jerry D. Hedden
p4raw-id: //depot/perl@30447
Rafael Garcia-Suarez [Sat, 3 Mar 2007 09:29:37 +0000]
Make use VERSION also load feature.pm
p4raw-id: //depot/perl@30446
Craig A. Berry [Sat, 3 Mar 2007 04:35:24 +0000]
Fix a few errors and ambiguities in configure.com caught by
Charlie Hammond's DCL Checker.
p4raw-id: //depot/perl@30445
Nicholas Clark [Fri, 2 Mar 2007 15:02:43 +0000]
Avoid an assertion failure when overloading readpipe.
p4raw-id: //depot/perl@30444
Nicholas Clark [Fri, 2 Mar 2007 14:42:27 +0000]
More assertion failures, found by auditing the code.
p4raw-id: //depot/perl@30443
Nicholas Clark [Fri, 2 Mar 2007 13:23:22 +0000]
Don't crash if the symbol table entry for ISA isn't a typeglob.
p4raw-id: //depot/perl@30442
Rafael Garcia-Suarez [Fri, 2 Mar 2007 12:58:04 +0000]
More work on perldelta
p4raw-id: //depot/perl@30441
Nicholas Clark [Thu, 1 Mar 2007 17:46:49 +0000]
The bug fixed by change 29610 would have been avoided with this
assertion - ensure that the hek argument to Perl_unshare_hek() is not
NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
unshare the string "" instead.
p4raw-id: //depot/perl@30440
Nicholas Clark [Thu, 1 Mar 2007 16:09:31 +0000]
Don't SEGV when dumping an undefined typeglob. The HEK used to store
the GV's name can be NULL.
p4raw-id: //depot/perl@30439
Rafael Garcia-Suarez [Thu, 1 Mar 2007 15:22:52 +0000]
Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
p4raw-id: //depot/perl@30438
Rafael Garcia-Suarez [Thu, 1 Mar 2007 11:20:14 +0000]
Upgrade to Params::Check 0.26
p4raw-id: //depot/perl@30437
Yves Orton [Wed, 28 Feb 2007 17:45:33 +0000]
Re: New file: t/op/regexp_email.t
Message-ID: <
9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
p4raw-id: //depot/perl@30436
Rafael Garcia-Suarez [Thu, 1 Mar 2007 10:30:04 +0000]
A new test by Abigail: Check that certain modules don't
get loaded when other modules are used.
p4raw-id: //depot/perl@30435
Jerry D. Hedden [Wed, 28 Feb 2007 10:59:49 +0000]
Re: Revisits in 'make install'
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30434
Rafael Garcia-Suarez [Thu, 1 Mar 2007 10:10:41 +0000]
A couple of casting nits by Jarkko
p4raw-id: //depot/perl@30433
Rafael Garcia-Suarez [Thu, 1 Mar 2007 09:19:07 +0000]
Teach Module::Build about DragonflyBSD
p4raw-id: //depot/perl@30432
Rafael Garcia-Suarez [Wed, 28 Feb 2007 15:27:23 +0000]
Missing dual-lived modules in maintainers list
p4raw-id: //depot/perl@30431
Rafael Garcia-Suarez [Wed, 28 Feb 2007 14:51:41 +0000]
Update my email address
p4raw-id: //depot/perl@30430