summaryrefslogtreecommitdiff
path: root/Porting/makemeta
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2012-05-26 23:15:43 +0200
committerFlorian Ragwitz <rafl@debian.org>2012-09-10 16:36:14 -0400
commita32652658c61d53b19542ac9948fb7ffe16f27d1 (patch)
tree678d786104d8af50e0eef4731f41845debd4b4d8 /Porting/makemeta
parent9e53330546fde93d6e8fef3783ecd79bbe7b866c (diff)
downloadperl-a32652658c61d53b19542ac9948fb7ffe16f27d1.tar.gz
Stop CPAN from indexing mad/
Diffstat (limited to 'Porting/makemeta')
-rw-r--r--Porting/makemeta2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makemeta b/Porting/makemeta
index 90ce9bf075..1dd644ca8a 100644
--- a/Porting/makemeta
+++ b/Porting/makemeta
@@ -25,7 +25,7 @@ my @CPAN = grep { $Modules{$_}{CPAN} } keys %Modules;
my @files = ('autodoc.pl', 'lib/unicore/mktables', 'TestInit.pm',
'Porting/Maintainers.pm', 'Porting/perldelta_template.pod',
map { get_module_files($_) } @CPAN);
-my @dirs = ('cpan', 'win32', grep { -d $_ && $_ !~ /^cpan/ } map { get_module_pat($_) } @CPAN);
+my @dirs = ('cpan', 'win32', 'mad', grep { -d $_ && $_ !~ /^cpan/ } map { get_module_pat($_) } @CPAN);
my %dirs;
@dirs{@dirs} = ();