allow wordforms to be cleared out
Tara L Andrews [Mon, 25 Jun 2012 23:59:15 +0000 (01:59 +0200)]
lib/Text/Tradition/Collation/Reading/Lexeme.pm

index 0d17763..fa564ee 100644 (file)
@@ -79,6 +79,7 @@ has 'wordform_matchlist' => (
                'matching_forms' => 'elements',
                'matching_form' => 'get',
                'add_matching_form' => 'push',
+               'clear_matching_forms' => 'clear',
                },
        default => sub { [] },
        );