projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b0f883e
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Tradition/Collation/Reading/Lexeme.pm
b/lib/Text/Tradition/Collation/Reading/Lexeme.pm
index
0d17763
..
fa564ee
100644
(file)
--- 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 { [] },
);