X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition%2FParser%2FCollateX.pm;h=0d9db22eac40d8b3e83de4ba117d88518d2a9669;hb=861c3e272c65c7553ad7c03cca51cbdd561f126c;hp=1ee448b5f62bd5334226fabd271f9f7001ae4acc;hpb=eb33038fdbbd61e619318542704d462eb03f8e51;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition/Parser/CollateX.pm b/lib/Text/Tradition/Parser/CollateX.pm index 1ee448b..0d9db22 100644 --- a/lib/Text/Tradition/Parser/CollateX.pm +++ b/lib/Text/Tradition/Parser/CollateX.pm @@ -157,6 +157,10 @@ sub parse { # Rank the readings. $collation->calculate_ranks() if $collation->linear; + + # Save the text for each witness so that we can ensure consistency + # later on + $tradition->collation->text_from_paths(); } =head1 BUGS / TODO