Subject: | Two binary searches |
cpantesters expose there is only a range of perls that pass all tests.
Current blead does not PASS because of the new regexes. These started
with patch 32740. From then on the tests fail similar to this:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3220752.html
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3219948.html
At the lower end there was patch 22862 which fixed
Scalar::Util::refaddr. Before this fix the tests complained about bad
quoting as you can see here:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3225989.html
For the latter you could get away with 'require 5.008005'.
Best,