Subject: | Bleadperl f7461760 breaks 0.99.1 |
Watching cpan testers results I discovered a candidate for a bisect on
bleadperl. It turns out that this commit broke
LEMBARK/LinkedList-Single-0.99.1.tar.gz:
commit: f7461760003db2ce68155c97ea6c1658e96fcd27
Author: Zefram <zefram@fysh.org>
Date: Sun Nov 8 15:03:45 2009 +0100
Subject: Bareword sub lookups
An example of a failing report is at
http://www.cpantesters.org/cpan/report/6800548
The failing test looks up method names in the symbol table and then
checks with ->can if the methods are available. After the above commit
the method 'looks_like_number' fails this test.
I will post this finding also to perlbug to have the problem evident in
two places.