summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2006-03-05 04:08:30 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-06 16:09:50 +0000
commitbb4e916294fdfa799a0a8b106d12e462bbe2a427 (patch)
treec082c5896a0cf0f04b611100d5ae81fcb35cc7cb /Porting
parentb30bcf62f5b15c203de3cee9cf8d918ec38ad867 (diff)
downloadperl-bb4e916294fdfa799a0a8b106d12e462bbe2a427.tar.gz
add Module::Build 0.27_08
Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9bc368e653..d8ef76bf0b 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -382,6 +382,13 @@ package Maintainers;
'CPAN' => 1,
},
+ 'Module::Build' =>
+ {
+ 'MAINTAINER' => 'kwilliams',
+ 'FILES' => q[lib/Module/Build lib/Module/Build.pm],
+ 'CPAN' => 1,
+ },
+
'Module::CoreList' =>
{
'MAINTAINER' => 'rclamp',