In installman, move the call to File::Find::find() to the top level.
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2011 09:56:26 +0000 (10:56 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2011 09:56:26 +0000 (10:56 +0100)
commit45a365ecad09daa21b857729acdb84399a1ea2b6
treee9c4f0399aebc3821e9801a1612672d5512a683b
parentace6885803467dcfa5af494c1215d0faa0042f88
In installman, move the call to File::Find::find() to the top level.

The code to recursively scan a directory with File::File::find() is now only
used by one caller of podset(), so move it to the call point, reducing the
amount of conditional code within podset(). The first argument to podset()
is now always a reference to a hash of "work to be done". Add an optional
fourth argument to give the directory name for diagnostics.
installman