Re: tesing exceptions of Error.pm

2003-11-28 Thread Andy Lester
lists many of them, but maybe a more comprehensive list would categorize them in 'test modules that use the Test::Builder framework', 'test report utils' (such as Test::Harness), 'mod_perl related tests', etc. Iain Truskett and I are working on such a list right now. Actually, he's done working

Re: tesing exceptions of Error.pm

2003-11-28 Thread Gabor Szabo
On Fri, 28 Nov 2003, Rafael Garcia-Suarez wrote: > Andy Lester wrote: > > > > > How am I going to test this ? > > > > Take a look at Test::Warn for warnings, and Test::Exception for errors. > > > > I think qa.perl.org needs a listing of Test::* modules so that people > > know what's available. > >

Re: tesing exceptions of Error.pm

2003-11-28 Thread Rafael Garcia-Suarez
Andy Lester wrote: > > > How am I going to test this ? > > Take a look at Test::Warn for warnings, and Test::Exception for errors. > > I think qa.perl.org needs a listing of Test::* modules so that people > know what's available. http://search.cpan.org/search?query=Test-&mode=dist lists many o