Re: New qa.perl.org updates

2004-12-10 Thread Andy Lester
On Fri, Dec 10, 2004 at 10:01:44AM -0800, Ovid ([EMAIL PROTECTED]) wrote: > I would add Test::MockModule to the test modules. I've stopped using > my Sub::Override since I encountered this very useful tool. > > On the test guidelines, perhaps there should be an "or die " > recommendation after "u

Re: New qa.perl.org updates

2004-12-10 Thread Ovid
Two comments: I would add Test::MockModule to the test modules. I've stopped using my Sub::Override since I encountered this very useful tool. On the test guidelines, perhaps there should be an "or die " recommendation after "use_ok". Life gets pretty miserable if that fails but many subsequen

New qa.perl.org updates

2004-12-10 Thread Andy Lester
http://qa.perl.org/testing-guidelines.html is updated. So is http://qa.perl.org/test-modules.html, with new modules and some reorganization. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

[ANNOUNCE] CPANPLUS 0.050_02

2004-12-10 Thread Jos I. Boumans
After quite a bit of feedback on the first beta, I'm pleased to announce the second beta. Get it from: http://cpanplus.xs4all.nl/~kane/CPANPLUS-0.050_02.tar.gz Or soon, a CPAN near you. Changes for 0.050_02Fri Dec 10 15:03:39 CET 2004 *

RE: New version of Test::LongString

2004-12-10 Thread Clayton, Nik
> I use Text::Differences for this, as it will show which lines are > different, rather than just the first 50 characters. Much > easier for me to diagnose problems. Something I put at the top of a lot of my test scripts is: if(eval "require Test::Differences; 1") { no warnings 'redefine';