Subject: | _is_symlink fails test 157 using fake_symlinks in 40inject_convert_nosymlinks.t |
It appears that %$symh is the same hash in the second call to
_is_symlink, and the iterator on the hash doesn't get reset between
invocations. A fix is to call either keys or values on the hash before
the loop, but it might be more effective to recode the loop in some
other manner.
This occurs when installing the module on Win32 under ActivePerl 5.16.1