Eric Wilhelm writes: > PERL_TEST_HARNESS_DUMP_TAP="$(test_dir_for_this_dist)" > > If that isn't enough, I suppose you could do "if the env var is an > executable, run it and capture the output"?
Nice -- so that if you manage to trick somebody into setting that environment variable you can get them to run any code you want the next time they install a Cpan module that doesn't explicitly set this variable? Smylers