summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2003-11-27 16:51:26 -0500
committerNicholas Clark <nick@ccl4.org>2003-11-28 20:05:30 +0000
commit928d47b206d8c5ec388062264d6e3e28df67d2ca (patch)
tree4fafa5ec89f407354d9a26615091e046638c9891 /Porting
parentc66ca2ac5fd53ef72a018a464b34f80198e88b1f (diff)
downloadperl-928d47b206d8c5ec388062264d6e3e28df67d2ca.tar.gz
Integrate:
[ 21788] Add Torsten Foertsch to AUTHORS (patches plus tests are what we like) [ 21789] Marcus Holland-Moritz is now the maintainer of Devel::PPPort. PerlIO and threads are not on CPAN. [ 21795] Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com> p4raw-link: @21795 on //depot/perl: 072ad4feef3a4072abdaca12c8ee5f5270adc50e p4raw-link: @21789 on //depot/perl: 93b779392fd3046a690d7f0cf12b3df5353a9a43 p4raw-link: @21788 on //depot/perl: 308681b8d7abf126fede7fd3191c10bc4837f849 p4raw-id: //depot/maint-5.8/perl@21796 p4raw-integrated: from //depot/perl@21786 'copy in' hints/vos.sh (@19899..) Porting/Maintainers.pl (@21413..) AUTHORS (@21516..)
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 04460549be..b835f0fd56 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -31,6 +31,7 @@ package Maintainers;
'laun' => 'Wolfgang Laun <Wolfgang.Laun@alcatel.at>',
'lstein' => 'Lincoln D. Stein <lds@cpan.org>',
'marekr' => 'Marek Rouchal <marekr@cpan.org>',
+ 'mhx' => 'Marcus Holland-Moritz <mhx@cpan.org>',
'mjd' => 'Mark-Jason Dominus <mjd@cpan.org>',
'muir' => 'David Muir Sharnoff <muir@cpan.org>',
'neilb' => 'Neil Bowers <neilb@cpan.org>',
@@ -123,7 +124,7 @@ package Maintainers;
'Devel::PPPort' =>
{
- 'MAINTAINER' => 'pmqs',
+ 'MAINTAINER' => 'mhx',
'FILES' => q[ext/Devel/PPPort],
'CPAN' => 1,
},
@@ -319,7 +320,7 @@ package Maintainers;
{
'MAINTAINER' => 'p5p',
'FILES' => q[ext/PerlIO],
- 'CPAN' => 1,
+ 'CPAN' => 0,
},
'perlio-doc' =>
@@ -492,7 +493,7 @@ package Maintainers;
{
'MAINTAINER' => 'abergman',
'FILES' => q[ext/threads],
- 'CPAN' => 1,
+ 'CPAN' => 0,
},
'Tie::File' =>