On Fri, Jul 25, 2008 at 04:05:33PM +0100, Martin Evans wrote: > > Although it creates a META.yml is probably not the one you want to use for > DBD modules because it does not create a yml file containing: > > build_requires: > DBI: 1.21 > configure_requires: > DBI: 1.21 > > and if you don't include those, cpan testers may generate failures now when > they don't have DBI.
Thanks. > BTW, as an aside, just spent the last hour looking at Devel::NYTProf output For those who don't know about NYTProf v2 yet: http://blog.timbunce.org/2008/07/15/nytprof-v2-a-major-advance-in-perl-profilers/ (Even that's a little out of date now that 2.02 is out.) > for one process in our application and it produced some interesting output > highlighting some areas to look at for optimisation that was not so obvious > via DProf. Just delete Devel::DProf from your disk. It's effectively useless: http://blog.timbunce.org/2008/07/12/devel-dprof-broken-by-the-passage-of-time/ > Thanks to Tim and Adam Kaplan for this. Thanks. I've a 41 minute screencast of my OSCON presentation. Should be uploaded witin a week. Tim.