NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
List of dists with this bug (Score:1)
Running visitcpan [cpan.org] against my mini CPAN repo and searching for "Test::Builder->new" in a perl file in the lib directory revealed 182 hits. (Some are certainly false-positives, like Test-Simple itself.)
List is online here [dagolden.com].
-- dagolden
Re:List of dists with this bug (Score:2)
That looks sweet!
Could you post the exact incantation you used with visitcpan? I'd like to steal some ideas.
Reply to This
Parent
Re: (Score:1)
It doesn't ignore Test::Bulder->new within subroutines -- this is an ack search so you get anything that uses that code at all. You'd need PPI for something more sophisticated.
I ran:
See also scan-test-builder-new [dagolden.com] for the actual script run in each distribution directory