make functions return 1 to avoid borkage on do
[p5sagit/Distar.git] / t / basic.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 use Distar;
6
7 ok 1, 'Distar loaded properly';
8
9 done_testing;