f09e2458e49d760ab5a8f9ea83c1e0c560e6c561
[scpubgit/stemmatology.git] / t / text_tradition_collation_relationshipstore.t
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More 'no_plan';
5 $| = 1;
6
7
8
9 # =begin testing
10 {
11 use Text::Tradition;
12
13 use_ok( 'Text::Tradition::Collation::RelationshipStore' );
14 }
15
16
17
18
19 1;