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