On Tue, 15 Aug 2000, Tim Jenness wrote:

> > [.lib]ftmp-posix........FAILED on test 6
> > [.lib]ftmp-security.....ok
> > [.lib]ftmp-tempfile.....FAILED on test 14
> > 
> > (Thanks Tim :-)
> 
> Test 14 is, of course, the one I added :-)

Well it at least sails through ftmp-posix.t whereas before it would
just hang there.

> find.t does use File::Spec and the informational messages 
> suggests that the test 4 really is working. It seems that
> the _canon subroutine is causing the trouble (it uses File::Spec to
> break up the path and put it back together again). 

Unfortunately it takes the return value of Cwd::cwd() and appends
a "/lib" in this statement:

%pods = pod_find("$THISDIR/lib");

which won't work with the RMS style return value $THISDIR on VMS,
nor will it work on Mac OS.

Peter Prymmer


Reply via email to