Subject: | Tests depend on File::Temp 0.17 or greater |
Hey Steve,
I finally got round to using your TAP formatter for our test suite :-)
I'm using 5.8.5 and I had to install a newer version of File::Temp in
order to run the tests. File::Temp doesn't inherit from IO::Seekable
before version 0.17 and FileTempTFH in the t/lib directory uses the seek
method. I had File-Temp-0.14 before I updated.
Hope that's of interest.
-paddy