Re: prove with Devel::Cover example?

2005-06-04 Thread Mark Stosberg
On 2005-06-04, Michael G Schwern <[EMAIL PROTECTED]> wrote: > On Fri, Jun 03, 2005 at 02:04:50PM -0500, Pete Krawczyk wrote: >> }How can I use 'prove' and Devel::Cover together? I tried: >> >> HARNESS_PERL_SWITCHES=-MDevel::Cover prove file.t > > Kinda surprised there's not a --cover switch. I w

Re: prove with Devel::Cover example?

2005-06-04 Thread Michael G Schwern
On Fri, Jun 03, 2005 at 02:04:50PM -0500, Pete Krawczyk wrote: > }How can I use 'prove' and Devel::Cover together? I tried: > > HARNESS_PERL_SWITCHES=-MDevel::Cover prove file.t Kinda surprised there's not a --cover switch. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~

Re: Extraneous whitespace on failures with T::Harness 0.48, T::More 0.60

2005-06-04 Thread Michael G Schwern
On Fri, Jun 03, 2005 at 03:22:46PM +0100, Clayton, Nik wrote: > I get this output: > > 1..2 > ok 1 - test 1 > not ok 2 - test 2 > > # Failed test (test.pl at line 9) > # Looks like you failed 1 test of 2. > > Notice the blank line between the "not ok 2" line and the first