in reply to More questions than observations on installman
That is the way I read it as well.
I took a look at installman , here are some ideas I had for making it faster
You can also get rid of this stat (-f), because there are no directories in perl/lib or perl/pod , that end in .pm or .podFile::Find::find({no_chdir=>1,
Hmm, actually, you might be able to get rid of File::Find altogether by caching the file list perl\pod\buildtoc generatesif (-f $_ and /\.p(?:m|od)$/) {
What would probably work better is making Pod::Man->new happen in a few threads
Oh, and I didn't even look at Pod::Simple::BlackBox :)
|
|---|