I see, thanks, at least I could automate the build of CPANPLUS. 

Is there any code-coverage tool for perl modules, which will give the
code coverage report against the tests it ran for that module?

I know of Devel-Coverage-0.2, to be used something like 

perl -d:coverage <script_name> args..

But I am not sure how to tool could be used to get the code coverage,
for example of CPANPLUS module against the CPANPLUS tests that came with
it.

On Thu, 2005-09-08 at 00:23 +0200, Abe Timmerman wrote: 
> Op een mooie zomerdag (Wednesday 07 September 2005 01:02),schreef  H.Merijn 
> Brand:
> > On Tue, 06 Sep 2005 12:18:08 -0700, Manish Marathe
> > <[EMAIL PROTECTED]>
> >
> > wrote:
> > > Hello,
> > >
> > > I am planning to automate the build process for the 100 phalanx CPAN
> > > components and the first one I picked was CPANPLUS. I manually built the
> ...
> > > Is there a way to do that. Any help would be appreciated. Thank you
> >
> > # perl Makefile.PL JFDI=1
> >
> 
> There is also the more generic way to indicate automated installs by setting 
> the environment variable PERL_MM_USE_DEFAULT to something like 'y'
> That might work on more modules that use ExtUtils::MakeMaker for their 
> interactive stuff.
> 
> Good luck,
> 
> Abe

Reply via email to