projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cbc8e08
)
change calling of enum for RT ticket 90694
Tara L Andrews [Sat, 23 Nov 2013 07:16:23 +0000 (08:16 +0100)]
base/lib/Text/Tradition/Collation/Relationship.pm
patch
|
blob
|
blame
|
history
diff --git
a/base/lib/Text/Tradition/Collation/Relationship.pm
b/base/lib/Text/Tradition/Collation/Relationship.pm
index
07e7fe9
..
d43ea21
100644
(file)
--- a/
base/lib/Text/Tradition/Collation/Relationship.pm
+++ b/
base/lib/Text/Tradition/Collation/Relationship.pm
@@
-3,7
+3,7
@@
package Text::Tradition::Collation::Relationship;
use Moose;
use Moose::Util::TypeConstraints;
-enum 'RelationshipScope' => qw( local document global );
+enum 'RelationshipScope' => [ qw( local document global ) ];
no Moose::Util::TypeConstraints;