The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::Base;

plan tests => 1;

ok(blocks == 0, 'Ok to have zero blocks');

__DATA__

There really is nothing here to test...