Re: Devel::Cover in MakeMaker

2007-06-15 Thread Stephen Vance
That should do the trick. Thanks, Andy!! Steve Andy Armstrong wrote: On 14 Jun 2007, at 22:45, Stephen Vance wrote: I'm setting up an agile development environment for a client while writing modules most likely targeted for CPAN. I'd like to generate coverage on every invocation of 'make test

Re: Devel::Cover in MakeMaker

2007-06-15 Thread Andy Armstrong
On 14 Jun 2007, at 22:45, Stephen Vance wrote: I'm setting up an agile development environment for a client while writing modules most likely targeted for CPAN. I'd like to generate coverage on every invocation of 'make test'. What's the current state of making this happen? Does it have to

Re: Devel::Cover in MakeMaker

2007-06-15 Thread James E Keenan
Stephen Vance wrote: I'm setting up an agile development environment for a client while writing modules most likely targeted for CPAN. I'd like to generate coverage on every invocation of 'make test'. What's the current state of making this happen? Do you need anything more than a shell func

Devel::Cover in MakeMaker

2007-06-14 Thread Stephen Vance
I'm setting up an agile development environment for a client while writing modules most likely targeted for CPAN. I'd like to generate coverage on every invocation of 'make test'. What's the current state of making this happen? It's on the Test::Harness TODO list, but Andy said it's not near t