From: Tara L Andrews Date: Wed, 3 Oct 2012 15:09:49 +0000 (+0200) Subject: add required description attribute for interface display X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2fa83738cd1983960576bfa416c74965b28b3137;p=scpubgit%2Fstemmatology.git add required description attribute for interface display --- diff --git a/base/lib/Text/Tradition/Collation/RelationshipType.pm b/base/lib/Text/Tradition/Collation/RelationshipType.pm index 5320ebe..64a9724 100644 --- a/base/lib/Text/Tradition/Collation/RelationshipType.pm +++ b/base/lib/Text/Tradition/Collation/RelationshipType.pm @@ -82,6 +82,12 @@ has 'bindlevel' => ( required => 1 ); +has 'description' => ( + is => 'ro', + isa => 'Str', + required => 1 + ); + has 'is_weak' => ( is => 'ro', isa => 'Bool',