X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FText%2FTradition.pm;h=a5c5a41a62855b6ccb99066fe5c4535b472d0fe8;hb=7f52eac8cd00b160ea9e828790cbd093dc444feb;hp=8bed34db1af8ab5b576d1776a39304e52e96114c;hpb=9317e522bb0299ab6bdcfe2d999750719e893407;p=scpubgit%2Fstemmatology.git diff --git a/lib/Text/Tradition.pm b/lib/Text/Tradition.pm index 8bed34d..a5c5a41 100644 --- a/lib/Text/Tradition.pm +++ b/lib/Text/Tradition.pm @@ -38,7 +38,7 @@ has 'stemmata' => ( traits => ['Array'], isa => 'ArrayRef[Text::Tradition::Stemma]', handles => { - all_stemmata => 'elements', + stemmata => 'elements', _add_stemma => 'push', stemma => 'get', stemma_count => 'count',