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 getting test files, which is just globbing t/. IF you don't like the way that I do it in Test::Manifest, just follow the example to override the parts that discover the test files. 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.