Algorithm-FloodControl
view release on metacpan or search on metacpan
t/02-cache-memcached.t view on Meta::CPAN
1011121314151617181920
}
}
our
$be
=
"Algorithm::FloodControl::Backend::Cache::Memcached"
;
if
(!
$ENV
{ MEMCACHED_SERVER } ) {
plan
skip_all
=>
'$ENV{ MEMCACHED_SERVER } is not set'
;
}
plan
tests
=> 6;
require
't/tlib.pm'
;
$tlib::skip_concurrency
=
$tlib::skip_concurrency
= 1;
tlib::test_backend(
'Cache::Memcached'
, {
servers
=> [
$ENV
{MEMCACHED_SERVER} ],
debug
=> 0 })
( run in 0.541 second using v1.01-cache-2.11-cpan-95122f20152 )