Re: recursive_test_files in Module::Build and in ExtUtils::MakeMaker

2006-11-03 Thread brian d foy
In article <[EMAIL PROTECTED]>, David Golden <[EMAIL PROTECTED]> wrote: > On 11/2/06, Chris Dolan <[EMAIL PROTECTED]> wrote: > > It's not an EU::MM bug -- it's a new M::B feature. > > What should you do? You're not going to like this answer: > > Don't use recursive test directories. :-) > Does

Re: recursive_test_files in Module::Build and in ExtUtils::MakeMaker

2006-11-02 Thread Michael G Schwern
Chris Dolan wrote: > It's not an EU::MM bug -- it's a new M::B feature. > > What should you do? You're not going to like this answer: > Don't use recursive test directories. :-) Or send in a patch. http://rt.cpan.org/Ticket/Display.html?id=22767

Re: recursive_test_files in Module::Build and in ExtUtils::MakeMaker

2006-11-02 Thread David Golden
On 11/2/06, Chris Dolan <[EMAIL PROTECTED]> wrote: It's not an EU::MM bug -- it's a new M::B feature. What should you do? You're not going to like this answer: Don't use recursive test directories. :-) Chris Does Test::Manifest support nested test files? If so, that might be an alternative.

Re: recursive_test_files in Module::Build and in ExtUtils::MakeMaker

2006-11-02 Thread Chris Dolan
On Nov 2, 2006, at 11:01 AM, Gabor Szabo wrote: In Module::Build I can set recursive_test_files => 1, so I can organize my test files in subdirectories of t/ I am using create_makefile_pl=> 'traditional', to create a readme but the Makefile.PL does not have any mention to this recoursiv

recursive_test_files in Module::Build and in ExtUtils::MakeMaker

2006-11-02 Thread Gabor Szabo
In Module::Build I can set recursive_test_files => 1, so I can organize my test files in subdirectories of t/ I am using create_makefile_pl=> 'traditional', to create a readme but the Makefile.PL does not have any mention to this recoursiveness. Is this a bug in the makefile creation or