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 is this feature not (yet) supported by ExtUtils::MakeMaker. In either case what should I do so people using Makefile.PL on this module will also execute all the tests? Gabor