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