Algorithm-FloodControl
view release on metacpan or search on metacpan
t/02-cache-memcached.t view on Meta::CPAN
}
require Algorithm::FloodControl::Backend::Cache::Memcached;
}
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 2.036 seconds using v1.01-cache-2.11-cpan-95122f20152 )