From: [EMAIL PROTECTED] Date: Wed, 8 Nov 2000 05:43:52 -0500 To: [EMAIL PROTECTED] Subject: Re: Welcome new user ASIMJALIS On Wed, Nov 08, 2000 at 10:38:43AM +0100, Perl Authors Upload Server wrote: > Note from Andreas J. König: > I'd suggest Test::Unit as the module name as the namespace > Test:: already exists. That would be a good suggestion except that Test::Unit is already a module by Christian Lemburg. The Test::Unit module is a literal translation of JUnit into Perl. The author maintains the same class structure and uses inheritance to accomplish relationships which can be more easily accomplished with Perl's rich data structures. My rendition of JUnit is much more in the spirit of Perl and is much easier to use. I would like to put this out there as a simpler alternative to Test::Unit. Makes coming up with a name difficult. How about Test::Punit or Test::PerlUnit? Asim