Re: module name for test data?

2009-09-29 Thread Smylers
Jerome Quelin writes: > On 09/09/28 20:08 +0100, Paul LeoNerd Evans wrote: > > > ... I'd make sure to include the word "Test" (capitalised) ... > > yes, i never capitalize when i'm writing (except code, of course). so > the proposed module names would be capitalized correctly, of course. That's

Re: module name for test data?

2009-09-29 Thread nadim khemir
Hi, On Monday 28 September 2009 18.37.17 Smylers wrote: > Jerome Quelin writes: > > - audio::mpd::common? (even if i don't think that's the best) > > - audio::mpd::test? this one is already used by a module in audio::mpd, > > but that's not a problem (i plan to move audio::mpd::test somewhere in

Re: module name for test data?

2009-09-29 Thread Jonathan Leto
Howdy, > - audio::mpd::testdata? > - audio::mpd::common::test? > - data::audio::mpd? > - data::audio::mpd::test? > - test::audio::mpd? > - is there a namespace for bulk data? test data? If your module is useful to others for testing mpd audio in general, then I would put it in the Test::Audio::MP

Re: module name for test data?

2009-09-29 Thread David Nicol
you could put the word "corpus" in there somewhere, since you're publishing some test data. For others to use it, who might be looking for test data, that's what a corpus is in test data jargon (i believe.) Test::Corpus::audio::mpd would set an example of publishing test data to CPAN under the Te