Skip Menu |

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

Report information
The Basics
Id: 39248
Status: resolved
Priority: 0/
Queue: Test-Harness

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

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



Subject: _filtered_inc: Lose any trailing backslashes in the Win32 paths
I just stumbled over this line in _filtered_inc() in Test::Harness: # Lose any trailing backslashes in the Win32 paths s/[\\\/+]$// foreach @inc; Shouldn't this be s/[\\\/]+$// foreach @inc; instead? Or is the "+" character special at the end of Win32 paths? Regards, Slaven
Fixed thanks Slaven.