in reply to Re^4: testing/release advice [was: Stopping tests]
in thread Stopping tests

No-one else mentioned this: don't put "author" or "release" tests in t. An environment variable is not an adequate guard. Put them in xt and run them yourself before making a release (and in a job on your CI so you catch anything that breaks them immediately).