diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-03-18 13:57:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-03-18 13:57:39 +0000 |
commit | 25c32de1d6c1a948fb0fff96b2dc1f17a177723a (patch) | |
tree | bbd0bedac76c6558851920ffb9cd5f17fef50280 /META.yml | |
parent | 51e623de6248e035f4d9a015759d34f622d15168 (diff) | |
download | perl-25c32de1d6c1a948fb0fff96b2dc1f17a177723a.tar.gz |
Add more internal files and directories to no_index in META.yml
This prevents search.cpan.org finding and formatting template and internal
documentation. Fixes RT #73632.
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,7 @@ no_index: - dist/XSLoader - ext/Time-Local - lib/version + - win32 file: - dist/IO/ChangeLog @@ -81,6 +82,7 @@ no_index: - lib/Exporter.t - lib/Exporter/Heavy.pm - lib/newgetopt.pl + - lib/unicore/mktables - lib/version.pm - lib/version.pod - lib/version.t @@ -92,4 +94,7 @@ no_index: - pod/pod2usage.PL - pod/podchecker.PL - pod/podselect.PL + - Porting/Maintainers.pm + - Porting/perldelta_template.pod + - TestInit.pm |