Subject: | ".." in absolute path from rel2abs |
rel2abs returns files with ".." in them. I have a spec that requires
paths not to have ".." in them. I am unable to use File::Spec to
generate absolute paths.
rel2abs("../bar/file","/foo")
returns "/foo/../bar/file" rather than "/bar/file".