This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor perlmodlib.PL to use regen_lib.pl and avoid FindBin.
authorNicholas Clark <nick@ccl4.org>
Wed, 10 Jul 2013 11:59:57 +0000 (13:59 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 11 Jul 2013 08:31:24 +0000 (10:31 +0200)
commitf556af6c048b2769e0a588d55ef54f5949171836
tree79e32d90fb40b4beeadf85000b1275a77ca46c25
parentf791a21a201869623475139b9a596b9cff272a03
Refactor perlmodlib.PL to use regen_lib.pl and avoid FindBin.

Instead of using FindBin, pass a directory to use on the command line.
Use regen_lib for handling the output file.
die if any file opened for reading has errors on closing.
Run with the cwd as the top level of the distribution, instead of pod/
pod/perlmodlib.PL
win32/Makefile
win32/makefile.mk