In article <[EMAIL PROTECTED]>, Adriano Ferreira <[EMAIL PROTECTED]> wrote:
> Testing some Author stuff would be rarer than having author tests. So > maybe we could standardize on something like "t/author" and when other > value is desirable, a key/value pair may be specified in META.yml (and > in Makefile.PL/Build.PL). ...smells a lot like Test::Manifest, which is just test. In t/test_manifest, you just list the files that you want. Optionally, you can set a test level and mark some tests only happening at certain levels. In some cases, I even auto-generate the t/test_manifest so it only has the files that I want to test in that situation. Other than "t/test_manifest", I don't worry about magical names or changing all the tools for yet more special cases.