The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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);