Subject: | Can't locate Cache/Memcached.pm on Windows ActiveState perl 5.16 |
I'm trying to get CHI-Driver-Memcached to work on Windows with
ActiveState perl 5.16 but I get the following error when I run the
following test:
use CHI;
my $memcache = CHI->new(
driver => 'Memcached', # or 'Memcached::Fast', or
'Memcached::libmemcached'
namespace => 'products',
servers => [ "127.0.0.1:11211" ],
debug => 0,
compress_threshold => 10_000,
);
Can't locate Cache/Memcached.pm in @INC (@INC contains: C:/Perl/site/lib
C:/Perl/lib .) at C:/Perl/s
ite/lib/Moose/Object.pm line 59.
Is CHI-Driver-Memcached somehow detecting that Cache-Cache is installed
and looking for memcached in there?