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
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
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
-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
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