In the MakeMaker pm_to_blib target don't copy all
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 25 Nov 2001 02:48:04 +0000 (02:48 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 25 Nov 2001 02:48:04 +0000 (02:48 +0000)
commitd2fa5cc0d287cd15433ab9335a41b9d14c02edc5
treec9bcd830212c38501196ecc3532cfac3b2687c43
parent9fb8017237b87d57f6fef256e9fdafa7ad727d48
In the MakeMaker pm_to_blib target don't copy all
the files in one fell swoop, deal with them hunkwise,
helps for CLIs with limited line lengths.
(This seems to help for DJGPP building Encode,
where there are dozens of files to copy.)

p4raw-id: //depot/perl@13251
lib/ExtUtils/MM_Unix.pm