blob: b79743ab32c0fb126d958dd10c492280f7d3f2f9 [file] [log] [blame]
use Test::More;
use strict;
use warnings;
# This is a collection of tests to trigger requirements
# that may otherwise be removed by slimming docker images.
use_ok('CHI');
my $cache = CHI->new(driver => 'Null');
ok($cache);
done_testing;
__END__