Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Philippe 'BooK' Bruhat
Le lundi 08 mars 2004 à 22:44, Paul Johnson écrivait: > > Probably the most important change is that Devel::Cover will now work > with programs that turn on tainting. I gather this is important for > Phalanx. Hi Andy! > Does Devel::Cover work with programs/modules that fork a lot? I tried to

Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Andy Lester
> Probably the most important change is that Devel::Cover will now work > with programs that turn on tainting. I gather this is important for > Phalanx. Hi Andy! Test::Harness is now more happy, but not entirely so, at running under Devel::Cover. I'll investigate more tonight. Thanks for the u

Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Andy Lester
> Probably the most important change is that Devel::Cover will now work > with programs that turn on tainting. I gather this is important for > Phalanx. Hi Andy! Never mind Phalanx, I'd just like to run Test::Harness under it! I'll let you know what I find! -- Andy Lester => [EMAIL PROTECTED]

[ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Paul Johnson
>From the CHANGES file: - Change Text2 to pick up version changes. - Minor documentation updates. - Minor changes to Devel::Cover::Op. - Add outputfile option to HTML output (David Wheeler). - Document -silent option to Devel::Cover. - Add -silent option to cover (David Wheeler). - Make Dev