At 3:03 PM -0700 7/5/03, Michael G Schwern wrote: >On Sun, May 25, 2003 at 10:57:47PM -0500, Craig A. Berry wrote: >> Current versions of MM call ExtUtils::Command::rm_f as a one-liner, which in turn >> calls ExtUtils::expand_wildcards(), which in turn calls glob(). Here's what >> happens when you do that on VMS from miniperl rather than Perl: > >Any change on this?
I'm not seeing the problem anymore. IIRC the change is that invoking File::Temp from glob() has been rolled back. I believe File::Temp itself is pure Perl, but invokes Fcntl, which is not, which meant glob could only be used from a Perl that could do dynamic loading (i.e., not miniperl). -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
