Merge branch 'master' of github.com:tla/stemmatology
[scpubgit/stemmatology.git] / morphology / t / text_tradition_witlanguage.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 Test::Warn;
12 use TryCatch;
13 use_ok( 'Text::Tradition' ); # with Language
14 use_ok( 'Text::Tradition::Witness' ); # with WitLanguage
15 }
16
17
18
19
20 1;