Fixed a couple problems, wrote tests for a couple more
[dbsrgits/DBM-Deep.git] / t / 27_filehandle.t
2008-03-19 rkinyon Fixed a couple problems, wrote tests for a couple more bugfixes bugfixes
2007-09-28 rkinyon A raft of minor improvements
2007-01-24 rkinyon r14214@rob-kinyons-computer (orig r8081): rkinyon...
2006-11-18 rkinyon Fixing things around
2006-11-18 rkinyon Created a CURRENT per mst's recommendation
2006-06-07 rkinyon r14010@rob-kinyons-powerbook58: rob | 2006-06-07...
2006-04-19 rkinyon Initial refactoring to use ::File for all physical...
2006-04-10 rkinyon Broke _root out into its own object, moved a few method...
2006-04-07 rkinyon Recommenced testing of DATA filehandle
2006-04-06 rkinyon New testing feature that allows specification of the...
2006-03-22 rkinyon Fixed failing test due to changed header
2006-03-17 rkinyon Added unflocks to all tests so that the tests run on OSX
2006-03-08 rkinyon Incompatible file format change
2006-03-07 rkinyon Added dep on 5.6.0 and started breakout of request_spac...
2006-03-01 rkinyon Converted all tests to use File::Temp instead of t...
2006-03-01 rkinyon Added setup_fh that handles inodes separate from open()
2006-03-01 rkinyon Added better tests of existence around failure to write...
2006-02-28 rkinyon Added test to verify no writing to a readonly file
2006-02-27 rkinyon Hand-applied patch from David Cantrell to add file_offs...