As Test2::V0 runs all tests with the same srand() value, there is tempfile contention as File::Temp expects a different srand() value for every test . This happens once 1000+ tempfiles have been created.
Only after source-diving, the -no_srand import option is found for Test2::V0 . Please document that option.