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.