From: Tara L Andrews Date: Mon, 25 Jun 2012 23:59:15 +0000 (+0200) Subject: allow wordforms to be cleared out X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6be2fbcb9418e57bb96469526834721118fb8da0;p=scpubgit%2Fstemmatology.git allow wordforms to be cleared out --- diff --git a/lib/Text/Tradition/Collation/Reading/Lexeme.pm b/lib/Text/Tradition/Collation/Reading/Lexeme.pm index 0d17763..fa564ee 100644 --- a/lib/Text/Tradition/Collation/Reading/Lexeme.pm +++ b/lib/Text/Tradition/Collation/Reading/Lexeme.pm @@ -79,6 +79,7 @@ has 'wordform_matchlist' => ( 'matching_forms' => 'elements', 'matching_form' => 'get', 'add_matching_form' => 'push', + 'clear_matching_forms' => 'clear', }, default => sub { [] }, );