Subject: | Inconsistent use of forward and back slashes between Cwd and File::Spec |
Tests for File::chdir fail because of inconsistent behavior between Cwd and File::Spec.
Cwd returns filenames using forward slashes, e.g. "C:/some/dir/file", whereas File::Spec returns them with backslashes e.g. "C:\some\dir\file".