use Test::Simple tests => 2; use Cache::Bounded; ok(1); # If we made it this far, we're ok. my $cache = new Cache::Bounded; ok(defined $cache);