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"