Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Strict CPAN distribution.

Report information
The Basics
Id: 42576
Status: resolved
Priority: 0/
Queue: Test-Strict

People
Owner: Nobody in particular
Requestors: perl [...] renee-baecker.de
Cc:
AdminCc:

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



Subject: Problem on Windows when path is "shortened"
Date: Tue, 20 Jan 2009 20:18:59 +0100
To: bug-Test-Strict [...] rt.cpan.org
From: Renée Bäcker <perl [...] renee-baecker.de>
Hi, you create temporary files for the test. On my machine the filename looks like this "C:\DOKUME~1\ENTWIC~1\LOKALE~1\Temp\22V1H3upzM\y1ieifd4iP.pl". This filename is added to TEST_SKIP. In all_files you get the long path "C:\Dokumente und Einstellungen\Entwicklung\..." so this file isn't skipped in the test (as these paths are not equal). I don't have a good solution yet. Cheers, Renee
New version 0.12 released to CPAN, should also work better with Devel::Cover on Windows