A bit late on the reply here, but…
On Aug 19, 2007, at 05:44, Ovid wrote:
By historical accident, virtually all tools expect that tests are in
test.pl or the 't/' directory. Merely by taking advantage of this and
using a different, standard directory, we avoid breaking any of those
tools. A new directory:
1. addresses the current problem.
2. doesn't require new tools.
3. doesn't break old installations.
4. still allows us to adopt solutions previously recommended!
+1
With the caveat that we introduce the appropriate standard in
META.yml to avoid indexing the new directory.
Best,
David