Re: TestInit.pm patch for VMS

2007-11-04 Thread Craig A. Berry
At 11:58 AM -0500 11/3/07, John E. Malmberg wrote: >Craig A. Berry wrote: >It seems to be currently affecting: > > ext/Devel/Peek/t/Peek.t > lib/File/Find/t/find.t > lib/File/Find/t/taint.t > lib/I18N/LangTags/t/80_all_env.t >> Good to know. The File::Find tests are the only ones I'm seeing

Re: TestInit.pm patch for VMS

2007-11-03 Thread John E. Malmberg
Craig A. Berry wrote: At 11:13 AM +0100 11/3/07, Rafael Garcia-Suarez wrote: On 03/11/2007, John E. Malmberg <[EMAIL PROTECTED]> wrote: Some of the tests are trying to dynamically load modules on VMS. In the one case I'm aware of (File::Find) it is the module itself rather than the test fo

Re: TestInit.pm patch for VMS

2007-11-03 Thread Craig A. Berry
At 11:13 AM +0100 11/3/07, Rafael Garcia-Suarez wrote: >On 03/11/2007, John E. Malmberg <[EMAIL PROTECTED]> wrote: > > Some of the tests are trying to dynamically load modules on VMS. In the one case I'm aware of (File::Find) it is the module itself rather than the test for it that uses dynamic lo

Re: TestInit.pm patch for VMS

2007-11-03 Thread Rafael Garcia-Suarez
On 03/11/2007, John E. Malmberg <[EMAIL PROTECTED]> wrote: > Some of the tests are trying to dynamically load modules on VMS. > > The TestInit.pm overrides @INC with a path that only works if the test > does not change the default directory on VMS. > > This patch sets @INC to an absolute path so th

TestInit.pm patch for VMS

2007-11-02 Thread John E. Malmberg
Some of the tests are trying to dynamically load modules on VMS. The TestInit.pm overrides @INC with a path that only works if the test does not change the default directory on VMS. This patch sets @INC to an absolute path so that changes of directories do not break dynamically loaded modules