From: Tara L Andrews Date: Wed, 22 Feb 2012 11:57:07 +0000 (+0100) Subject: track the language of a text if applicable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=55bc8c78b0f3ae1eeab669e8607522ca9a886a7b;p=scpubgit%2Fstemmatology.git track the language of a text if applicable --- diff --git a/lib/Text/Tradition.pm b/lib/Text/Tradition.pm index a5c5a41..fb180f8 100644 --- a/lib/Text/Tradition.pm +++ b/lib/Text/Tradition.pm @@ -34,6 +34,11 @@ has 'name' => ( default => 'Tradition', ); +has 'language' => ( + is => 'ro', + isa => 'Str', + ); + has 'stemmata' => ( traits => ['Array'], isa => 'ArrayRef[Text::Tradition::Stemma]',