Re: About Devel::Cover

2003-09-02 Thread Paul Johnson
On Sun, Jul 27, 2003 at 07:07:01PM +0200, alian wrote: > First thanks for your talk on YAPC 2003 at Paris on this subject. > The first thing i've do when I was come back was to test your module. > > Here feedback. Thanks very much. I think most of your points are addressed in the latest release

Re: About Devel::Cover

2003-07-30 Thread alian
Here a patch for what I just say ... HTH, -- Alain BARBET diff -ru Devel-Cover-0.20-old/BUGS Devel-Cover-0.20/BUGS --- Devel-Cover-0.20-old/BUGS Sat Oct 5 19:16:10 2002 +++ Devel-Cover-0.20/BUGS Wed Jul 30 11:29:07 2003 @@ -1,2 +1,6 @@ - Code in BEGIN and END blocks is not reported. - D

Re: About Devel::Cover

2003-07-27 Thread alian
Sorry, an another part of doc missing: How use Pod::Coverage from Devel::Cover ? Thank you, -- Alain BARBET

Re: About Devel::Cover

2003-07-27 Thread alian
But with this method, i've two cover_db created: saturne:~/project/CPAN/Test/Smoke/Database/t$ grep chdir * 2normal_report.t:chdir(dirname($0)); 3hmbrand_report.t:chdir(dirname($0)); It doesn't seem like this ! With another module without chdir, I've only one cover_db database created.