From: Rob Kinyon Date: Wed, 6 Jan 2010 03:15:40 +0000 (-0500) Subject: Added a TODO list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb26a7e8e7eb1eb203955660809317e7a852805c;p=dbsrgits%2FDBM-Deep.git Added a TODO list --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..9ab8e51 --- /dev/null +++ b/TODO @@ -0,0 +1,3 @@ +* clear() should use the Engine to clear. In the File backend, this would mean + that Sector::File::Reference should have a function similar to get_bucket_list + that iterates and deletes as appropriate.