Re: Problem with coverage

2002-12-03 Thread Rajanikanth Dandamudi
Paul, perl -V on my machine gives : Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=solaris, osvers=2.7, archname=sun4-solaris uname='sunos apdsparc136 5.7 generic_106541-17 sun4u sparc ' config_args='' hint=recommended, useposix=true, d

Re: Problem with coverage

2002-12-03 Thread Paul Johnson
[ Please note followups set to perl-qa, perl-qa-metrics is pretty much dead ] On Tue, Dec 03, 2002 at 07:45:04PM +0530, Rajanikanth Dandamudi wrote: > Paul, > > I had downloaded the Devel::Cover module form the URL > http://search.cpan.org/author/PJCJ/Devel-Cover-0.20/ and trying to get > the co

Re: Problem with coverage

2002-12-03 Thread Rajanikanth Dandamudi
Paul, I had downloaded the Devel::Cover module form the URL http://search.cpan.org/author/PJCJ/Devel-Cover-0.20/ and trying to get the coverage for a program. I had installed the Devel::Cover module and here is what I had done: * I am using the perl version 5.8.0 . The command I had given is :

Re: Problem with coverage - Resend

2002-12-02 Thread Rajanikanth Dandamudi
Rajanikanth Dandamudi wrote: > Hi, > > I am planning to get the coverage of a file by name program_1.pl . > This program_1.pl dynamically loads a c module defined in program_1.so > . This program_1.so is a 64 bit ELF shared library and the perl > available in the standard location is a 32-bit perl

Re: Problem with coverage

2002-12-02 Thread Paul Johnson
Rajanikanth Dandamudi said: > Hai > > I am planning to get the coverage of a file by name program_1.pl . This > program_1.pl dynamically loads a c module defined in program_1.so . This > program_1.so is a 64 bit ELF shared library and the perl available in > the standard location is a 32-bit perl.

Problem with coverage

2002-12-02 Thread Rajanikanth Dandamudi
Hai I am planning to get the coverage of a file by name program_1.pl . This program_1.pl dynamically loads a c module defined in program_1.so . This program_1.so is a 64 bit ELF shared library and the perl available in the standard location is a 32-bit perl. So I had downloaded the perl v5.8.0 fr