diff options
-rw-r--r-- | META.yml | 1 | ||||
-rw-r--r-- | Porting/makemeta | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -57,6 +57,7 @@ no_index: - dist/Tie-File - dist/XSLoader - lib/version + - mad - win32 file: - autodoc.pl 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} = (); |