v1.1
* Fix nowait status on replace and set.
* Name some of our generated routines.
v1.0
* Only warn about no route to return results for thing where the
results are the point: get, incr/decr, stats, version.
* Remove //= use which was making us incompatible with perl < 5.10.
* Always warn on socket errors.
* Minor cleanups.
* Now in production at high-volume site.
v0.99
* Don't wait on CVs that we were given, rather than generated.
* Give a stacktrace when we have a potential no-CV-waiting problem.
v0.98
* Be more consistent in how we invoke memcached in tests.
* Only do the server failure tests if FAIL_TEST is set.
* Allow setting of a preprocessor routine for normalization of keys.
* Fix various issues with _multi routines, add tests!
v0.97
* Skip functional tests if memcached is not available.
v0.96
* Remove unintended dependency on Test::Most.
v0.95
* Initial public release.