X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition%2FCollation%2FRelationship.pm;fp=lib%2FText%2FTradition%2FCollation%2FRelationship.pm;h=227bb7befa6b437d06cb792e9fd99f02a59af3de;hb=7b7abf10979385f65a15e873de8a6f41c610b50a;hp=f9035fcb11288b5008f73d334f011f6c627bf21c;hpb=3e97c22cc5b43e7804cfae75998b45290353bf0e;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition/Collation/Relationship.pm b/lib/Text/Tradition/Collation/Relationship.pm index f9035fc..227bb7b 100644 --- a/lib/Text/Tradition/Collation/Relationship.pm +++ b/lib/Text/Tradition/Collation/Relationship.pm @@ -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 );