Ivorw wrote:
I have a concern on this relating to portability.
How will the module behave on platforms that don't have symlinks?
In theory symlink_ok() will automatically skip any tests that it's asked
to do if symlinks aren't supported.
Since I don't have systems that I can test it on where this isn't the
case I've faked up a test for it in t/02-unsupp.t that overrides
*CORE::GLOBAL::symlink(), and it seems to work.
Actual testing from someone on a system that doesn't support symlinks
would be very helpful.
N