Skip Menu |

This queue is for tickets about the File-Find-Upwards CPAN distribution.

Report information
The Basics
Id: 40611
Status: resolved
Priority: 0/
Queue: File-Find-Upwards

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.02
Fixed in: (no value)



Subject: 01_misc.t hangs on Windows
t/01_misc.t hangs on Windows XP SP3 Ru. perl 5.8.8. t/01_misc...........1/2 -- Alexandr Ciornii, http://chorny.net
This module hangs, because on Windows, you are comparing relative and absolute paths. You have to wrap rootdir() with rel2abs(), because rootdir() returns "\", which is relative on Windows. -- Serguei Trouchelle
Fixed in v0.03 (hopefully)