If a 'use' or 'require' fails due to too many open files (EMFILE),
authorSteve Peters <steve@fisharerojo.org>
Sun, 2 Oct 2005 04:32:48 +0000 (04:32 +0000)
committerSteve Peters <steve@fisharerojo.org>
Sun, 2 Oct 2005 04:32:48 +0000 (04:32 +0000)
commite31de809cfcd2cd474c39462e24b263d3e5fb20d
treeb21805fa89c4630f99e970a39f82b3b0ae254870
parenta19d7498e238ac7c03cb96036dee4a734a2a0356
If a 'use' or 'require' fails due to too many open files (EMFILE),
give an appropriate error message rather than saying the module
cannot be found in @INC.

p4raw-id: //depot/perl@25677
pp_ctl.c