perl 5.002beta2 patch: installman
authorPerl 5 Porters <perl5-porters.nicoh.com>
Thu, 11 Jan 1996 03:12:30 +0000 (03:12 +0000)
committerAndy Dougherty <doughera.lafayette.edu>
Thu, 11 Jan 1996 03:12:30 +0000 (03:12 +0000)
commit356fc125329f84c688474bbd2fb0c66427b1ab99
tree0041002698edfefb0e7ba21b605ae62cb8b96b04
parent06b43eb76ef057fab08c35057263548c3f57cf74
perl 5.002beta2 patch: installman

Use File::Path::mkpath instead of our own makedir().
./perl installman --man1dir=man1 could lead to infinte recursion
in old makedir() routine.  Use the standard library instead.
installman