various bugfixes, getting real traditions to parse
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Reading.pm
index 9c30ea2..d0d0385 100644 (file)
@@ -78,6 +78,7 @@ has 'text' => (
        is => 'ro',
        isa => 'Str',
        required => 1,
+       writer => 'alter_text',
        );
 
 has 'is_start' => (