in reply to Re: More on "IO object version does not match bootstrap parameter" error
in thread More on "IO object version does not match bootstrap parameter" error
As to what in my code is triggering the problem, the most likely candidate is File::Temp, which is used in all files in test suite except the first -- which is the one file that gets through all its tests. But the problem is probably not File::Temp per se but the IO::Handle which File::Temp calls internally.
I'm loathe to stop using a core module such as File::Temp in my test suite, particularly because part of the testing process is the creation of files and directories which ought to be done in a protected environment such as File::Temp provides. And what about folks who use File::Temp in their module code, not just in their test suites?
Thanks again for taking the time to think about this problem.
Jim Keenan
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: More on "IO object version does not match bootstrap parameter" error
by randyk (Parson) on Sep 11, 2005 at 22:23 UTC | |
by jkeenan1 (Deacon) on Sep 11, 2005 at 23:34 UTC |