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