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
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
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