Use File::Find rather than shell globbing to get the list of *.pm files
authorNicholas Clark <nick@ccl4.org>
Sun, 27 Apr 2008 10:13:49 +0000 (10:13 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 27 Apr 2008 10:13:49 +0000 (10:13 +0000)
commit05bc20f3049bc9fc0c4874ea91065f8f6d00d4b5
tree60a47d0e435209c9a2298c3f0da939e5ac67ccbd
parent798518689d64e9ab055d8782c5c39291ab450b14
Use File::Find rather than shell globbing to get the list of *.pm files
to pass to AutoSplit::autosplit_lib_modules(). This way we only need to
invoke miniperl once, and we don't miss anything that is 3 or more
levels deep.

p4raw-id: //depot/perl@33757
Makefile.SH