On Thu, Oct 16, 2008 at 08:20:56PM +0100, Tim Bunce wrote: > > $ perlcritic . | wc -l > 50 > > Umm. Probably best if I work my way through those.
Funnily enough I just encountered a bug caused by something perlcritic highlighted: not using 3-arg open(). When I profiled some code read from '-' (stdin) the report generation code tries to read the source from '-' which hung waiting for input... Tim. --~--~---------~--~----~------------~-------~--~----~ You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
