On Tue, Jun 10, 2003 at 02:46:09PM -0400, [EMAIL PROTECTED] wrote: > I think that the problem is that File::Find is so broken > on VMS and that lib/ExtUtils/t/basic.t uses File::Find::find() > to find files in a test make directory. > > If I can fix File::Find I might be able to let > lib/ExtUtils/t/basic.t continue to rely on it. > Otherwise a possible thing to do would be > add opendir(), readdir(), and closedir() calls > to basic.t.
I'm not working around major File::Find bugs on VMS in MakeMaker. You simply can't ship Perl without a working File::Find. -- The beatings will continue until your style improves.
