Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 22872 invoked from network); 14 Apr 2004 02:22:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Apr 2004 02:22:32 -0000 Received: (qmail 84662 invoked by uid 500); 14 Apr 2004 02:22:12 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 84599 invoked by uid 500); 14 Apr 2004 02:22:11 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 84522 invoked from network); 14 Apr 2004 02:22:11 -0000 Received: from unknown (HELO secure.exclamationlabs.net) (66.77.29.182) by daedalus.apache.org with SMTP; 14 Apr 2004 02:22:11 -0000 Received: from modperlcookbook.org (pcp05682390pcs.walngs01.pa.comcast.net [69.139.166.203]) (authenticated (0 bits)) by secure.exclamationlabs.net (8.11.6/8.11.6) with ESMTP id i3E2MK722188 for ; Tue, 13 Apr 2004 21:22:20 -0500 Message-ID: <407CA04B.4040802@modperlcookbook.org> Date: Tue, 13 Apr 2004 22:22:03 -0400 From: Geoffrey Young User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: test-dev@httpd.apache.org Subject: Re: t_cmp oddities References: <20040408142354.GP7828@knowmad.com> <407568F1.3060602@modperlcookbook.org> <40756D7B.4090201@modperlcookbook.org> <40759236.50401@stason.org> <20040409155404.GH16650@knowmad.com> <40773330.2080004@modperlcookbook.org> <407AEBE7.10400@stason.org> <407AF2B3.8030205@modperlcookbook.org> <407B0AAC.8090800@stason.org> <407B277C.9030400@modperlcookbook.org> <407B2F19.1060209@stason.org> In-Reply-To: <407B2F19.1060209@stason.org> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > whichever is fine with me. Though please explain where did you take that > standard from? I think most modules follow the followinig import > convention: > > - a word 'foo' usually means symbol and you'd expect to be able to use > it in a form of (*$@%&)foo. > > - a tag ':foo' means, import a group of tags. > > - a string '-foo' means, tell import to do something, i.e. a command. outside of our world and CGI.pm I've never seen the '-foo' syntax. that Exporter doesn't support it natively led me to believe that it was merely a convention used by only a few. but I'll accept that it is more standard than I think :) > And I prefer 'withtestmore', to imply: don't not import symbols > exportable by Test::More. ok, withtestmore it is. but if it's ok with you I still prefer the ':withtestmore' version - somehow the '-withtestmore' still looks strange to me, especially within quotes or qw and without an action (as in -compile => qw(foo). >> but whatever. I'm just trying to make userspace easier. > > > geoff++ so you're in favor, then? if you are, I figure I'll commit it and some docs, then hope some of the Test::More fans (hi David) can see if it makes life easier before the next release. --Geoff