change calling of enum for RT ticket 90694
[scpubgit/stemmatology.git] / base / lib / Text / Tradition / Collation / Relationship.pm
index 07e7fe9..d43ea21 100644 (file)
@@ -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;