add required description attribute for interface display
Tara L Andrews [Wed, 3 Oct 2012 15:09:49 +0000 (17:09 +0200)]
base/lib/Text/Tradition/Collation/RelationshipType.pm

index 5320ebe..64a9724 100644 (file)
@@ -82,6 +82,12 @@ has 'bindlevel' => (
        required => 1
        );
        
+has 'description' => (
+       is => 'ro',
+       isa => 'Str',
+       required => 1
+       );
+       
 has 'is_weak' => (
        is => 'ro',
        isa => 'Bool',