Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-09 Thread Michael G Schwern
Maybe somebody would like to, ya know, provide a patch for an open ticket or something? http://rt.cpan.org/Public/Bug/Display.html?id=22767

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-09 Thread Michael G Schwern
Christopher H. Laco wrote: > I offer this word of warning. If you have too many tests, or many > longly-named tests, win32 will in all likelyhood barf with a command > line too long error. > > I had this problem in Handel (too many tests..it's a good problem to > have really), and even after updati

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-09 Thread demerphq
On 2/8/07, Christopher H. Laco <[EMAIL PROTECTED]> wrote: Nik Clayton wrote: > Paul Johnson wrote: >> On Thu, Feb 08, 2007 at 09:26:01AM +, Nik Clayton wrote: >> >>> [ I vaguely recall a discussion about this, but my search-fu is weak, >>> and I can't find it ] >>> >>> Is there a standard way

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-09 Thread Ricardo SIGNES
* Adam Kennedy <[EMAIL PROTECTED]> [2007-02-08T19:17:39] > > Yep, although M::I has some capacity to add a but of extra magic if you > could come up with a workaround (like having File::Find locate them all > and provide a complete list of TESTS). I do this in http://search.cpan.org/src/RJBS/Ru

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Adam Kennedy
Christopher H. Laco wrote: Nik Clayton wrote: Paul Johnson wrote: On Thu, Feb 08, 2007 at 09:26:01AM +, Nik Clayton wrote: [ I vaguely recall a discussion about this, but my search-fu is weak, and I can't find it ] Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Andy Lester
Although Andy says that MakeMaker can't do it, MakeMaker has a built-in extension mechanism with the MY::* namespace to override parts of itself. True enough. I have standard extensions of MY::postamble in all my Makefile.PLs so that I have targets for "tags" and "critic". sub MY::posta

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread brian d foy
In article <[EMAIL PROTECTED]>, Nik Clayton <[EMAIL PROTECTED]> wrote: > Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests in > subdirectories of t/? I don't know of a standard idiom, but I created Test::Manifest so I didn't have to live with MakeMaker's method of gettin

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread brian d foy
In article <[EMAIL PROTECTED]>, Andy Lester <[EMAIL PROTECTED]> wrote: > On Feb 8, 2007, at 1:26 AM, Nik Clayton wrote: > > > [ I vaguely recall a discussion about this, but my search-fu is > > weak, and I can't find it ] > > > > Is there a standard way/idiom to get ExtUtils::MakeMaker to suppo

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Andy Lester
On Feb 8, 2007, at 1:26 AM, Nik Clayton wrote: [ I vaguely recall a discussion about this, but my search-fu is weak, and I can't find it ] Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests in subdirectories of t/? I've got a bunch of tests, and rather than client-

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Andy Lester
On Feb 8, 2007, at 1:26 AM, Nik Clayton wrote: [ I vaguely recall a discussion about this, but my search-fu is weak, and I can't find it ] Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests in subdirectories of t/? I've got a bunch of tests, and rather than client-

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Christopher H. Laco
Nik Clayton wrote: > Paul Johnson wrote: >> On Thu, Feb 08, 2007 at 09:26:01AM +, Nik Clayton wrote: >> >>> [ I vaguely recall a discussion about this, but my search-fu is weak, >>> and I can't find it ] >>> >>> Is there a standard way/idiom to get ExtUtils::MakeMaker to support >>> tests in su

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Nik Clayton
Paul Johnson wrote: On Thu, Feb 08, 2007 at 09:26:01AM +, Nik Clayton wrote: [ I vaguely recall a discussion about this, but my search-fu is weak, and I can't find it ] Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests in subdirectories of t/? I've got a bunch o

Re: ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Paul Johnson
On Thu, Feb 08, 2007 at 09:26:01AM +, Nik Clayton wrote: > [ I vaguely recall a discussion about this, but my search-fu is weak, and I > can't find it ] > > Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests > in subdirectories of t/? > > I've got a bunch of tests, a

ExtUtils::MakeMaker, and t/ sub-directories

2007-02-08 Thread Nik Clayton
[ I vaguely recall a discussion about this, but my search-fu is weak, and I can't find it ] Is there a standard way/idiom to get ExtUtils::MakeMaker to support tests in subdirectories of t/? I've got a bunch of tests, and rather than client-ls.t, client-add.t, client-commit.t, etc, I'd like