summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-13 08:38:40 -0400
committerDavid Mitchell <davem@iabyn.com>2009-08-15 17:04:16 +0100
commit2c50d15f60c06c5eaeff690316281c246a48aa4a (patch)
treeb032411a61f0094511079345c297f7f8f02edb23
parent15a5d93d1c15a55bb1ca776cdf00b495a6210641 (diff)
downloadperl-2c50d15f60c06c5eaeff690316281c246a48aa4a.tar.gz
Updated Maintainers.pl to note that p5p/blead is responsible for IO
(source: off-list mail from graham: <C341EDE9-0C5A-41A9-8554-EDF959C5A92C@pobox.com>) (cherry picked from commit ac1205a52f8c8d3918a061b6c2a9efbed8d96b15)
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index fd3dabd305..92d801dc75 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -893,12 +893,12 @@ package Maintainers;
'IO' =>
{
- 'MAINTAINER' => 'gbarr',
+ 'MAINTAINER' => 'p5p',
'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz',
'FILES' => q[ext/IO/],
'EXCLUDED' => [ qw{t/test.pl}, ],
'CPAN' => 1,
- 'UPSTREAM' => undef,
+ 'UPSTREAM' => 'blead',
},
'IO-Compress' =>