From 1ce0c05c119a85d420011224986674267b9448b9 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 19 Dec 2011 15:07:00 +0100 Subject: [PATCH] Add autodoc.pl to the 'no_index' section of META.yml This stops search.cpan.org mistaking its stub contents for the (full, generated) perlapi manpage. --- META.yml | 1 + Porting/makemeta | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/META.yml b/META.yml index 6adad41..6830fc5 100644 --- a/META.yml +++ b/META.yml @@ -59,6 +59,7 @@ no_index: - lib/version - win32 file: + - autodoc.pl - dist/IO/ChangeLog - dist/IO/hints/sco.pl - dist/IO/IO.pm diff --git a/Porting/makemeta b/Porting/makemeta index af39ecc..90ce9bf 100644 --- a/Porting/makemeta +++ b/Porting/makemeta @@ -22,7 +22,7 @@ my $file = "META.yml"; use Maintainers qw(%Modules get_module_files get_module_pat); my @CPAN = grep { $Modules{$_}{CPAN} } keys %Modules; -my @files = ('lib/unicore/mktables', 'TestInit.pm', +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); -- 2.7.4