The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12—3456789101112 use strict;use warnings;HideShow 6 lines of Pod=podVerify that we can run the standard EntityModel cache tests=cutuse Test::More tests => 1;use EntityModel::Test::Cache;cache_ok('EntityModel::Cache::Memcached::Async');
use
strict;
warnings;
=pod
Verify that we can run the standard EntityModel cache tests
=cut
Test::More
tests
=> 1;
EntityModel::Test::Cache;
cache_ok(
'EntityModel::Cache::Memcached::Async'
);