Skip Menu |

This queue is for tickets about the PAR-Repository CPAN distribution.

Report information
The Basics
Id: 81332
Status: resolved
Priority: 0/
Queue: PAR-Repository

People
Owner: RSCHUPP [...] cpan.org
Requestors: mrudat [...] toraboka.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.20
Fixed in: (no value)



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
Thanks for the bug report, your analysis is correct. Fixed in 0.21 (just uploaded to PAUSE). Cheers, Roderich