summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-07-18 22:34:07 -0400
committerDavid Golden <dagolden@cpan.org>2010-07-18 22:34:07 -0400
commit388a738468888624b9ee18ce319fa7082b2df529 (patch)
tree5bc962b70533d70e8461d03554a52a6089924f50
parent36d390b4d90fa6c1a5133f6eeb406b87be43c681 (diff)
downloadperl-388a738468888624b9ee18ce319fa7082b2df529.tar.gz
Maintainers.pl: podlators Makefile.PL is CUSTOMIZED
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 43084ad8cb..3d5a7145b7 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1215,6 +1215,8 @@ use File::Glob qw(:case);
pod/pod2man.PL
pod/pod2text.PL
],
+ 'EXCLUDED' => [ qw{ Makefile.PL } ],
+ 'CUSTOMIZED' => [ qw{ Makefile.PL } ],
'MAP' => { '' => 'cpan/podlators/',
'scripts/' => 'pod/',
},