projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
359944f
)
avoid collating meta readings
Tara L Andrews [Sat, 21 Apr 2012 20:45:29 +0000 (22:45 +0200)]
lib/Text/Tradition/Parser/Tabular.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Tradition/Parser/Tabular.pm
b/lib/Text/Tradition/Parser/Tabular.pm
index
1ba3193
..
b8e3439
100644
(file)
--- a/
lib/Text/Tradition/Parser/Tabular.pm
+++ b/
lib/Text/Tradition/Parser/Tabular.pm
@@
-286,6
+286,7
@@
sub _make_nodes {
my $r = shift @rankrdgs;
next if $r->is_meta;
foreach my $nr ( @rankrdgs ) {
+ next if $nr->is_meta;
if( $collation_rel ) {
$collation->add_relationship( $r, $nr, $collation_rel );
} else {