All tests pass and/or have been marked as not being run
[dbsrgits/DBM-Deep.git] / t / 27_filehandle.t
2009-06-29 rkinyon@cpan.org All tests pass and/or have been marked as not being run
2009-06-29 rkinyon@cpan.org First checkin of the reversion back from the failed...
2009-06-29 rkinyon@cpan.org Fixed storage->size to only return what the size of...
2009-06-29 rkinyon@cpan.org DBM/Deep.pm no longer has a link to _storage. Instead...
2008-03-19 rkinyon r5021@rob-kinyons-computer-2 (orig r10948): rkinyon... trunk
2007-09-28 rkinyon r8199@h460878c2 (orig r10013): rkinyon | 2007-09...
2007-01-30 rkinyon r14213@rob-kinyons-computer (orig r8080): 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...