On Fri, 20 Dec 2002 14:51:34 -0800 [EMAIL PROTECTED] wrote:

> While testing MakeMaker on Cygwin, the new Install.t test was unable to
> clean up the blib/ directory created by blib due to mandatory file
> locking
> of the copied blib/lib/Big/Dummy.pm file.  Investigating with lsof
> reveals that something in or called by pm_to_blib() is holding
> blib/lib/Big/Dummy.pm open and causing it to be locked.  I think this is
> an old problem only now revealed because pm_to_blib() is rarely run
> within
> a larger program, and even rarer is it run on systems with mandatory
> locking.
> filehandles in a perl program it would help a lot.
  It is AutoSplit::autosplit (there is a return 0 in the middle of it).

Regards
Mattia



Reply via email to