summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-27 18:36:19 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-27 18:36:19 +0000
commitf319e147b252268cc6fe404c58538ec32cf8548a (patch)
tree5e3b0162659f3948ac763335a864caa2f79f7fd2 /Porting
parentb48b272aa95a2266df9fecc3e1bbd0e34ff4d9ae (diff)
downloadperl-f319e147b252268cc6fe404c58538ec32cf8548a.tar.gz
It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though.
p4raw-id: //depot/perl@26504
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 175be9f538..bf434fbd65 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -449,7 +449,7 @@ package Maintainers;
'Pod::Escapes' =>
{
'MAINTAINER' => 'sburke',
- 'FILES' => q[lib/Pod/Escapes.pm lib/Pod/Escapes]
+ 'FILES' => q[lib/Pod/Escapes.pm lib/Pod/Escapes],
'CPAN' => 1,
},
@@ -460,8 +460,9 @@ package Maintainers;
},
'Pod::Simple' =>
+ {
'MAINTAINER' => 'arandal',
- 'FILES' => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple]
+ 'FILES' => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple],
'CPAN' => 1,
},