Return-Path: Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 18365 invoked by uid 500); 8 May 2003 14:23:42 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 18086 invoked from network); 8 May 2003 14:23:39 -0000 Received: from unknown (HELO secure.exclamationlabs.net) (66.77.29.176) by daedalus.apache.org with SMTP; 8 May 2003 14:23:39 -0000 Received: from modperlcookbook.org (ham-nat.covad.net [68.165.151.221]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id h48ENQ822343; Thu, 8 May 2003 09:23:26 -0500 Message-ID: <3EBA685D.3080004@modperlcookbook.org> Date: Thu, 08 May 2003 10:23:25 -0400 From: Geoffrey Young User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stas Bekman CC: test-dev@httpd.apache.org, dev@perl.apache.org Subject: Re: resolving Apache::Test vs. Apache::test collision References: <3EB9A8AB.7090204@stason.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > So it seems to me that the simplest route to take is to > s/Apache::Test/Apache::Tester/ as suggested by David. Only one file is > modified. > > If there are no objections, I'll proceed with this route. not to be nitpicky, but Apache::Tester strikes me as, well, something. this is a really cool piece of software that has the potential to make many, many developer's lives easier - having a descriptive, decent name is probably important. (though getting everyone to agree may be difficult ;) how about Apache::TestHarness or Apache::TestSuite or something similar? speaking of which, despite CPAN's general dislike of multi-level naming schemes, would Apache::Test::Harness make life easier? technically, we could keep everything other than Test.pm as is, avoid namespace collisions, and still refer to the whole thing (colloquially) as Apache::Test. ok, well it's just an idea... --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org