Re: Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-15 Thread Paul Johnson
On Sat, Jul 08, 2006 at 03:44:55PM -0700, Scott Wang wrote: > Thanks Paul! > > (1) Yes, we do send SIGKILL (9) to kill the parent > process even the child processes are still running and > our purpose is to have a clean kill from "root", so, > do you think send SIGKILL (2) will be better? or, we

Re: Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-08 Thread Scott Wang
Thanks Paul! (1) Yes, we do send SIGKILL (9) to kill the parent process even the child processes are still running and our purpose is to have a clean kill from "root", so, do you think send SIGKILL (2) will be better? or, we could consider to send SIGKILL (2) to kill all the child processes before

Re: Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-07 Thread Paul Johnson
On Fri, Jul 07, 2006 at 10:26:13AM -0700, Scott Wang wrote: > Hi Paul, > > Even, currently, there is no any zero size data file > in structure folder in my regression code coverage run > (lots of suites), I still got lots of messages like > below: > --- > Corrupted storable file (binary v

Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-07 Thread Scott Wang
Hi Paul, Even, currently, there is no any zero size data file in structure folder in my regression code coverage run (lots of suites), I still got lots of messages like below: --- Corrupted storable file (binary v2.7) at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrie

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.

About Devel::Cover

2003-07-27 Thread alian
Hi, 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. In the README: Requirements: - Perl 5.6.1 or 5.7.1. * May be 5.8.0|1 ? ;-) * Or 5.6.1 or greater ? - The -delete flag of cover isn't docume