diff options
author | David Mitchell <davem@iabyn.com> | 2014-01-07 13:55:36 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-01-07 14:55:45 +0000 |
commit | fa884b76985b07640a9b8df4736d532e0273f13f (patch) | |
tree | ccc3292ce00f8ae892185606f3cae6624fdcf857 /.gitignore | |
parent | 6efa4e81fc0ed6e9f7c2d9da5f6b394809f24bb3 (diff) | |
download | perl-fa884b76985b07640a9b8df4736d532e0273f13f.tar.gz |
Pod-Perldoc: add Makefile.PL from distro
Since 3.21, the Makefile includes special code for copying perldoc.pod to
the right location, so use that rather than an auto-generated one. See
[perl #120280] 5.19.5 intermittent failure t/search50.t
With this change, cpan/Pod-Perldoc/perldoc.pod is now copied to
lib/perldoc.pod
rather than
lib/Pod/perldoc.pod
(Its install location of lib/$version/pod/perldoc.pod is unaffected)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05cd9d7249..c20b8e8a86 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ lib/Cross.pm lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/xsubpp lib/auto/ +lib/perldoc.pod lib/buildcustomize.pl lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl |