[EMAIL PROTECTED] wrote in part:
>
> } ok 148 # skip VMS->splitpath('file'): Install VMS::Filespec (from vms/ext) at
>(eval 1) line 2.
> } ok 149 # skip VMS->splitpath('[d1.d2.d3]'): Install VMS::Filespec (from vms/ext)
>at (eval 1) line 2.
>
> It did exactly that, but with a "not" in front.
That's bizarre. Here's the only t/filespec.t line that outputs the
skip stuff:
print "ok $current_test # skip $function: $@\n" ;
> rel2abs claims not to check against the filesystem, but implicitly it does
Ack. Doc bug inherited from the original unixian version. I'll fix
that.
> So special casing the name
> should have no effect in practice, and would solve the problem.
Ok, I'll run the patch by mac-perl & p5p just to make sure it won't screw
any (or at least too many) people up.
Thanks again for the excellent testing & feedback.
- Barrie