in reply to temporary files in .t scripts
IO::File's new_tmpfile method should be a good choice for creating temporary files in a test suite. The documentation implies that it should be fine for Windows use and a simple test script certainly works as expected.
|
|---|