Skip Menu |

This queue is for tickets about the CHI-Driver-Memcached CPAN distribution.

Report information
The Basics
Id: 56872
Status: new
Priority: 0/
Queue: CHI-Driver-Memcached

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Tests fail without updated Module::Load::Conditional
This is the failure I got: t/00-load.t ...................... 1/1 # Failed test 'use CHI::Driver::Memcached;' # at t/00-load.t line 6. # Tried to use 'CHI::Driver::Memcached'. # Error: Couldn't load class (CHI::Driver::Memcached::Base) because: Couldn't load class (CHI::Driver::Base::CacheContainer) because: Couldn't load class (CHI::Driver) because: Insecure dependency in eval while running with -T switch at /usr/share/perl/5.10/Module/Load/Conditional.pm line 332, <GEN0> line 22. Upgrading to the latest Module::Load::Conditional seemed to fix the problem. -- David