Merge branch 'master' of github.com:tla/stemmatology
[scpubgit/stemmatology.git] / script / join_readings.pl
index 0b803a8..a5ef593 100755 (executable)
@@ -5,9 +5,7 @@ use feature 'say';
 use strict;
 use warnings;
 use Getopt::Long;
-use Lingua::Features::Structure;
 use Text::Tradition::Directory;
-use XML::Easy::Syntax qw/ $xml10_name_rx $xml10_namestartchar_rx /;
 use TryCatch;
 
 binmode STDOUT, ':utf8';