[ANNOUNCE] Devel::Cover 0.19

2002-09-28 Thread Paul Johnson
If you liked that release, you're going to love this one ;-) It's just the same, but without those annoying "Use of uninitialized value" warnings. Well, most of them anyway. To get rid of them all you'll need bleadperl. It's good to see that QA is alive and well and working in the wee hours.

[ANNOUNCE] Devel::Cover 0.18

2002-09-28 Thread Paul Johnson
This release adds complete condition coverage, as long as I haven't forgotten anything. New is coverage for xor, &&= and ||=. I also try to be a bit more lenient about constructs such as $val = shift || "???" Hmm. I suppose I'll have to add support for // now. Usual caveats apply. -- Paul J