X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition%2FParser%2FTabular.pm;h=b8e3439676abb153b48584b6f5ebdf95bc4bc53d;hb=2889d3960e1e2297137621a49143bd153cec0ea2;hp=1ba3193f44327d197e9e07b542eefedf84b4f5c1;hpb=359944f792e53a70d22ddb199c10ef25c269e154;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition/Parser/Tabular.pm b/lib/Text/Tradition/Parser/Tabular.pm index 1ba3193..b8e3439 100644 --- 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 {