10 Aug
2009
10 Aug
'09
5:55 p.m.
On Aug 10, 2009, at 10:53 AM, Peter Kasting wrote:
Try changing the last line of canonicalRelativePath() from:
return File::Spec->abs2rel($absolutePath);
to
return File::Spec->abs2rel($absolutePath, Cwd::getcwd());
That seems to have fixed the problem. -- Darin