I'm trying to find an alternative to the Cache::Memcached Perl module that works with Windows XP. Or, to somehow get Cache::Memcached working on Windows XP.
A bit of background: the production environtment (web server) is Solaris 10, which I've already installed memcached and Cache::Memcached, and all works fine. However, the development PC is Windows XP, and Cache::Memcached won't install properly, and definitely doesn't work. See:
cpantesters.org report on Cache::Memcached
Perl version: This is perl, v5.10.1 built for MSWin32-x86-multi-thread
Note: Changing the development environment to Unix / Linux is not an option at this point. Would consider other Perl based caching options suitable for a web environment.