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

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

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