This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02cc404
)
In buildtoc, only "find all the modules" if rebuilding pod/perltoc.pod
author
Nicholas Clark
<nick@ccl4.org>
Sat, 22 Jan 2011 11:35:12 +0000
(11:35 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 22 Jan 2011 11:35:12 +0000
(11:35 +0000)
The results of the expensive scan aren't needed for any of the other targets.
pod/buildtoc
patch
|
blob
|
blame
|
history
diff --git
a/pod/buildtoc
b/pod/buildtoc
index
e4764b0
..
452d591
100644
(file)
--- a/
pod/buildtoc
+++ b/
pod/buildtoc
@@
-260,7
+260,7
@@
close MASTER;
}
# Find all the modules
-{
+
if ($Build{toc})
{
my @modpods;
find \&getpods => abs_from_top('lib/');