diff options
author | Steve Peters <steve@fisharerojo.org> | 2009-03-24 09:06:43 -0500 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2009-03-24 09:06:43 -0500 |
commit | 3dae3b3445810204b098aa3420cb5d43bf991d8b (patch) | |
tree | 5c5c3e62fe2fc39d09fe882184e18f8f53bdcbd9 /Porting | |
parent | d5fe29ea038e03d6136aadb6ea36b91f496175d9 (diff) | |
parent | 18a10db9e0dfeb9718248d280295618033e2a34f (diff) | |
download | perl-3dae3b3445810204b098aa3420cb5d43bf991d8b.tar.gz |
Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f2b4c43d5d..1f4545e5bf 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -63,6 +63,7 @@ package Maintainers; 'pjf' => 'Paul Fenwick <pjf@cpan.org>', 'pmqs' => 'Paul Marquess <pmqs@cpan.org>', 'pvhp' => 'Peter Prymmer <pvhp@best.com>', + 'rafl' => 'Florian Ragwitz <flora@cpan.org>', 'rclamp' => 'Richard Clamp <rclamp@cpan.org>', 'rgarcia' => 'Rafael Garcia-Suarez <rgarcia@cpan.org>', 'rkobes' => 'Randy Kobes <rkobes@cpan.org>', @@ -751,10 +752,10 @@ package Maintainers; 'NEXT' => { - 'MAINTAINER' => 'dconway', + 'MAINTAINER' => 'rafl', 'FILES' => q[lib/NEXT.pm lib/NEXT], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Object::Accessor' => |