The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use strict;
=pod
Verify that we can run the standard EntityModel cache tests
=cut
use Test::More tests => 1;
cache_ok('EntityModel::Cache::Memcached::Async');