Re: Devel::Cover and v5.8.0

2002-09-05 Thread Paul Johnson
On Thu, Sep 05, 2002 at 11:28:26PM +0200, Tels wrote: > > On Wed, Sep 04, 2002 at 11:25:30PM +0200, Tels wrote: > > > >> 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/

Re: Devel::Cover and v5.8.0

2002-09-05 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 05-Sep-02 Paul Johnson carved into stone: > On Wed, Sep 04, 2002 at 11:25:30PM +0200, Tels wrote: > >> 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::SPECIA

Re: Devel::Cover and v5.8.0

2002-09-05 Thread Paul Johnson
On Wed, Sep 04, 2002 at 11:25:30PM +0200, Tels wrote: > 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--cal

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