Changes
=======

0.00005 - 15 Jul 2008
  - Refactor constructor.

0.00004 - 14 Jul 2008
  - Refactor KeyedMutex to a role
  - Refactor BucketStore::Object so it's easier to extend a BucketStore

0.00003 - 10 Jul 2008
  - Implemented distributed locking for memcached BucketStore via KeyedMutex

0.00002 - 10 Jul 2008
  - Implemented serialization/deserialization of buckets
  - Implemented memcached BucketStore (WARNING: no locking whatsoever).
    Probably not safe for production usage
  - Tidy up .h file
  - Added a bunch of accessors

0.00001 - 10 Jul 2008
  - Initial release