FYI: Re: Test failing on Windows but not elsewhere

2015-03-12 Thread Linda W
James E Keenan wrote: C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" --- Just as an FYI, I got a fail on Win Strawberry5.20.2 just recently. Package that got the error hasn't failed on Windows since I got it working on 5.14. I tried asking on the strawberry list, but they didn't se

Re: Test failing on Windows but not elsewhere

2015-03-10 Thread James E Keenan
On 03/09/2015 07:54 PM, Leon Timmermans wrote: On Mon, Mar 9, 2015 at 11:44 PM, James E Keenan wrote: Suggestions? I would guess a quotemeta (for example in the form of \Q$id_dir\E) will fix your problem. Leon Thanks, Leon, that appeared to work: http://matrix.cpantesters.org/?dist=CPAN

Re: Test failing on Windows but not elsewhere

2015-03-10 Thread Aristotle Pagaltzis
* Karen Etheridge [2015-03-10 05:10]: > Any time you include a path in a regex, you should surround it with \Q > and \E. Those backslashes are going to bite you. :) Hmm. * Karen Etheridge [2015-03-10 05:10]: > Any time you interpolate a variable into a regex and its value is > supposed to be ju

Re: Test failing on Windows but not elsewhere

2015-03-09 Thread Karen Etheridge
Any time you include a path in a regex, you should surround it with \Q and \E. Those backslashes are going to bite you. :) On Mon, Mar 9, 2015 at 3:44 PM, James E Keenan wrote: > This weekend I gave my CPAN library CPAN-Mini-Visit-Simple an overhaul, a > large part of which was guaranteeing tha

Re: Test failing on Windows but not elsewhere

2015-03-09 Thread Leon Timmermans
On Mon, Mar 9, 2015 at 11:44 PM, James E Keenan wrote: > This weekend I gave my CPAN library CPAN-Mini-Visit-Simple an overhaul, a > large part of which was guaranteeing that CPAN Testers handled the absence > of a minicpan gracefully. As a result, for the first time I'm getting lots > of green

Test failing on Windows but not elsewhere

2015-03-09 Thread James E Keenan
This weekend I gave my CPAN library CPAN-Mini-Visit-Simple an overhaul, a large part of which was guaranteeing that CPAN Testers handled the absence of a minicpan gracefully. As a result, for the first time I'm getting lots of green on my results matrix (http://matrix.cpantesters.org/?dist=CPA