projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d782dc1
)
add option to list all relationship types
Tara L Andrews [Mon, 1 Oct 2012 04:55:32 +0000 (06:55 +0200)]
base/lib/Text/Tradition/Collation/RelationshipStore.pm
patch
|
blob
|
blame
|
history
diff --git
a/base/lib/Text/Tradition/Collation/RelationshipStore.pm
b/base/lib/Text/Tradition/Collation/RelationshipStore.pm
index
69efe51
..
15c61e8
100644
(file)
--- a/
base/lib/Text/Tradition/Collation/RelationshipStore.pm
+++ b/
base/lib/Text/Tradition/Collation/RelationshipStore.pm
@@
-82,8
+82,9
@@
has 'relationship_types' => (
handles => {
has_type => 'exists',
add_type => 'set',
+ del_type => 'delete',
type => 'get',
- del_type => 'delete'
+ types => 'values'
},
);