On 7/15/2004 4:28 PM, Gabor Szabo wrote:
> I can see from the testers page that Devel::Cover is supposed to work on
> Windows.
I can confirm that it does.
> Is there a ppd distribution of it somewhere so I can install it on
> ActivePerl without a compiler ?
Not AFAIK, certainly not from ActiveSt
I can see from the testers page that Devel::Cover is supposed
to work on Windows.
Is there a ppd distribution of it somewhere so I can install
it on ActivePerl without a compiler ?
Currently if I type
ppm install Devel::Cover
I get version 0.2 of Devel::Coverage. Not what I wanted.
Gabor
Rocco Caputo wrote:
On Sun, Jul 11, 2004 at 10:09:38PM +0200, James Mastros wrote:
All unreachable code is either people misusing the term "unreachable", a
bug in Devel::Cover, or dead code that should be removed.
Here's a puzzle, then.
I just ran into a similar "problem" in POE::Driver::SysRW. F