Changes
=======
0.00009 - 11 Feb 2010
* Fix docs
* Remove stray debug statement
0.00008 - 11 Feb 2010
* Remove Hash object. It's just too much
* Implemented append/prepend
* Fix weired segfault
* Implement on_drain callback
0.00007 - 10 Feb 2010
* Grrr, forgot to update MANIFEST.
* No code changes
* Add a README while we're at it
0.00006 - 10 Feb 2010
* Protect/fix warn message when connection fails to succeed
* Add tests for it
0.00005 - 10 Feb 2010
* Refactor queue usage, which significantly speeds things up
* Remove get_server and get_server_count
* Handle when arbitrary servers are unreacheable
* Fix t/200_stats.t to work when there are no memcached servers up
0.00004 - 09 Feb 2010
* Allow hashrefs to the constructor
* Minor tweaks
* Add Compress::Zlib in recommends
0.00003 - 09 Feb 2010
* Fix version() on binary protocol
* Some micro optimizations
0.00002 - 09 Feb 2010
* Add namespace support
* Remove all_servers(). Use servers() instead.
0.00001 - 09 Feb 2010
* Initial release