in reply to Failure of catfile on Windows 7
«/foo/go/do» relative to the root (catfile('', '/foo/go/do')) is NOT «\\foo\go\do». The old behaviour is wrong; the new behaviour is correct.
It has nothing to do with Windows version, it has to do with File::Spec's version. They must have fixed a bug.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Failure of catfile on Windows 7
by Anonymous Monk on Mar 01, 2011 at 20:25 UTC | |
Re^2: Failure of catfile on Windows 7
by ikegami (Patriarch) on Mar 01, 2011 at 18:35 UTC |