12345678 use strict;use Test::More tests => 3;use_ok "Cache::Memcached::AnyEvent";# explicitly test the protocolsuse_ok "Cache::Memcached::AnyEvent::Protocol::Binary";use_ok "Cache::Memcached::AnyEvent::Protocol::Text";
use
strict;
Test::More
tests
=> 3;
use_ok
"Cache::Memcached::AnyEvent"
;
# explicitly test the protocols
"Cache::Memcached::AnyEvent::Protocol::Binary"
"Cache::Memcached::AnyEvent::Protocol::Text"