Tomtit.git | t/ | 00-load.t


use v6;
use Test;
use Tomtit;
plan 1;

ok 1, 'Module loaded';