Converted eof() from FileHandle method to builtin
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
2006-02-17 rkinyon Converted eof() from FileHandle method to builtin
2006-02-17 rkinyon Converting from FileHandle methods to keywords in prepa...
2006-02-17 rkinyon Taint doesn't work ... we need to fix that. The problem...
2006-02-17 rkinyon Fixed my autobless stupidity and added a test demonstra...
2006-02-17 rkinyon Fixed bug that I created in last checkin
2006-02-16 rkinyon Updated MANIFEST
2006-02-16 rkinyon Finished most of the renamings and updated Changes...
2006-02-16 jhuckaby bugfix: now calling die() if file type does not match...
2006-02-15 rkinyon close() -> _close()
2006-02-15 rkinyon open() is now _open()
2006-02-15 rkinyon init() -> _init()
2006-02-15 rkinyon A few more fixes, bringing stmt to 94.9% and overall...
2006-02-14 rkinyon Initial migration from dev.iinteractive.com