1use Test;
2
3plan tests => 1;
4
5use DocSet;
6
7ok 1;
8
9# need to think of how to add tests (e.g. running bin/build in example/ ?)
10