refactored Analysis module with associated changes
[scpubgit/stemmatology.git] / lib / Text / Tradition.pm
index 8bed34d..a5c5a41 100644 (file)
@@ -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',