use Test; use strict; BEGIN { plan tests => 1 }; use Acme::Code::Police; ok(1); # If we made it this far, we're ok.