stemmaweb bugfixes and style fixes; add 'punctuation' relationship type
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Relationship.pm
index f9035fc..227bb7b 100644 (file)
@@ -4,7 +4,7 @@ use Moose;
 use Moose::Util::TypeConstraints;
 
 enum 'RelationshipType' => qw( spelling orthographic grammatical lexical
-                                                          collated repetition transposition );
+                                                          collated repetition transposition punctuation );
 
 enum 'RelationshipScope' => qw( local document global );