Re: Devel::Cover and v5.8.0 [PATCH]

2002-09-04 Thread Rafael Garcia-Suarez
Tels wrote in perl.qa : > >> Well, B::SPECIAL is for one of the internal constants '0', '1' and >> 'undef'. There ought to be a better interface to this, but I can't >> really figure out what to improve. > > I have no idea what you talk about - I am a total B:: newbie :) The big story : Each

Re: Devel::Cover and v5.8.0 [PATCH]

2002-09-04 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 04-Sep-02 Rafael Garcia-Suarez carved into stone: > Tels wrote in perl.qa : >> --- Cover.pm.old Wed Sep 4 23:36:14 2002 >> +++ Cover.pm Wed Sep 4 23:38:46 2002 >> @@ -144,6 +144,8 @@ sub report >> >> for my $sub (@Todo) >> { >> +

Re: Devel::Cover and v5.8.0 [PATCH]

2002-09-04 Thread Rafael Garcia-Suarez
Tels wrote in perl.qa : > --- Cover.pm.old Wed Sep 4 23:36:14 2002 > +++ Cover.pm Wed Sep 4 23:38:46 2002 > @@ -144,6 +144,8 @@ sub report > > for my $sub (@Todo) > { > +next unless $sub->[1]->CV->isa('B::CV'); That's a guard against a B::SPECIAL object, isn't it ? We

RE: Devel::Cover and v5.8.0 [PATCH]

2002-09-04 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, while trying to fix the error I noticed that the testsuite breaks when Devel::Cover is already installed (and/or cover is moved into a dir of PATH). null:/home/te/perl/Devel-Cover-0.14 # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM"

Devel::Cover and v5.8.0

2002-09-04 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, null:/home/te/perl/perl-5.8.0/lib # perl -MDevel::Cover -I. Math/Complex.t [snip] Can't locate object method "START" via package "B::SPECIAL" at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Devel/Cover.pm line 147. END failed--call queue aborted. B.pm

Re: TEST_VERBOSE

2002-09-04 Thread David Wheeler
On Wednesday, September 4, 2002, at 12:48 AM, Michael G Schwern wrote: > TEST_VERBOSE, to Test::Harness, is not an environment variable. It's > a make > attribute used by MakeMaker to set $Test::Harness::verbose like you > have > above. > > make test TEST_VERBOSE=1 > > That's what the f

Re: TEST_VERBOSE

2002-09-04 Thread Michael G Schwern
On Tue, Sep 03, 2002 at 07:08:25PM -0700, David Wheeler wrote: > In fact, other than the Test::Class method names, TEST_VERBOSE adds > nothing to the output -- not even diag messages. So I've added this to > the script that runs my test scripts through Test::Harness: > > use Test::Harness qw(