Re: make cover

2002-02-28 Thread Richard Clamp
On Thu, Feb 28, 2002 at 07:23:43PM +0100, Tels wrote: > Moin, > > as a fan of Devel::Cover I can't stress enough how usefull this module is. > Writing tests is easy, writing *good* tests is not-so-easy. > > So, I tried to use Devel::Cover to coverage my testsuites. There are quite > some bugs an

Re: make cover

2002-02-28 Thread Paul Johnson
On Thu, Feb 28, 2002 at 07:23:43PM +0100, Tels wrote: > Anyway, it is not so easy to run your entire testsuite trough Devel::Cover. > Well, sort it is: > > PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -e 'use > Test::Harness qw(&runtests $switches $verbose); $switches="-w > - -MD

[ANNOUNCE] Devel::Cover 0.14

2002-02-28 Thread Paul Johnson
Spurred on by Tels' bug reports and the fixing of a bug in bleadperl, Devel::Cover 0.14 is escaping into the wild. It's just a bug fix release really, but it also includes the gcov2perl script that was alluded to a few messages ago. Currently it's only on my homepage until I can keep my network

make cover

2002-02-28 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, as a fan of Devel::Cover I can't stress enough how usefull this module is. Writing tests is easy, writing *good* tests is not-so-easy. So, I tried to use Devel::Cover to coverage my testsuites. There are quite some bugs and bumps, but these are hopefully

[ANNOUNCE] Test::Inline 0.14

2002-02-28 Thread Michael G Schwern
http://www.pobox.com/~schwern/src/Test-Inline-0.14.tar.gz 0.14 Thu Feb 28 12:38:53 EST 2002 * pod2test now provides an $Original_File * Fixed handling of "print STDERR ..." in tests * Fixed $_STDERR_ and $_STDOUT_ so they clear themselves between test blocks (bug reported by Wo