use lib <lib>;
use Test::When <author>;
use Test;

ok 1, 'author tests run';

done-testing;
