add witness role for collation regularization
[scpubgit/stemmatology.git] / morphology / t / text_tradition_witlanguage.t
CommitLineData
307d8db9 1#!/usr/bin/perl -w
2
3use strict;
4use Test::More 'no_plan';
5$| = 1;
6
7
8
9# =begin testing
10{
11use Test::Warn;
12use TryCatch;
13use_ok( 'Text::Tradition' ); # with Language
14use_ok( 'Text::Tradition::Witness' ); # with WitLanguage
15}
16
17
18
19
201;