summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META.yml1
-rw-r--r--Porting/makemeta2
2 files changed, 2 insertions, 1 deletions
diff --git a/META.yml b/META.yml
index 6adad41830..6830fc5811 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 af39ecc117..90ce9bf075 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);