On Thu, Jan 26, 2006 at 10:38:41AM -0500, John E. Malmberg wrote:
> Yitzchak Scott-Thoennes wrote:
> >Just a few comments to start with.  Have you had a chance to look
> >at any of this?
> >
> >On Sat, Jan 21, 2006 at 07:16:08PM -0600, Craig A. Berry wrote:
> >
> >>I tested it against [EMAIL PROTECTED]  Complete harness output is below.
> >>It may not be as bad as it looks in that it appears a handful of
> >>issues recur repeatedly.  It will take me some time to understand
> >>Module::Build well enough to debug these.
> >>
> >>$ perl harness [-.lib.Module.Build.t]*.t
> >>d0:[craig.perl.lib.module.build.t]basic...........ok 7/55
> >> Can't cd to D0:[CRAIG.perl.t._tmp.Simple]: no such file or directory
> >
> >Is there something wrong with that path name?  The different case for
> >D0 and CRAIG?  The _ in _tmp?  Most of the tests use lib/DistGen.pm to
> >generate directories of test files and cd into them to run their
> >tests.  If that's not working, that's the first thing to try to fix.
> 
> Are you sure that the code is trying to create a directory named "_tmp"?
> It might be trying to create a directory named ".tmp" which while the 
> VMS code in Perl should treat as "_tmp", there may still be some cases 
> where that does not work so well.

No, it's really trying to create "_tmp".

Reply via email to