Import original source of IndexData-Utils 0.01
[perl-indexdata-utils.git] / t / 01-IndexData-Utils.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5 BEGIN { use_ok('IndexData::Utils') };
6
7 # Nothing more to test for this, unless perhaps that the submodules
8 # have been loaded.