Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 65082
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

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

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



Subject: windows patches for 1.19
I already sent you a pull request, but since you asked me to send you reminders on RT as well: There's a pull request waiting for you: https:// github.com/dagolden/cpan-reporter/pull/1 This one contains two fixes: The space escaping for the version finder module didn't work on windows, as cmd tries to handle the escaping backslashes as directory separators. I changed it to use system() and Capture::Tiny. The regex looking for grades in the test helper module failed when the make path contained backslashes. Added \Q\E to fix that. CPAN::Reporter now passes the entire test suite both in Debian and ActivePerl 5.10.1 Build 1007.
merged and released as 1.1901