simplify Directory and add exceptions;
[scpubgit/stemmatology.git] / lib / Text / Tradition / Parser / Self.pm
index dee5969..b1082f3 100644 (file)
@@ -214,6 +214,11 @@ sub parse {
                $collation->add_relationship( $from->{$IDKEY}, $to->{$IDKEY}, 
                        $relationship_opts );
        }
+       
+    # Save the text for each witness so that we can ensure consistency
+    # later on
+       $tradition->collation->text_from_paths();       
+
 }
 
 1;