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