track the language of a text if applicable
Tara L Andrews [Wed, 22 Feb 2012 11:57:07 +0000 (12:57 +0100)]
lib/Text/Tradition.pm

index a5c5a41..fb180f8 100644 (file)
@@ -34,6 +34,11 @@ has 'name' => (
     default => 'Tradition',
     );
     
+has 'language' => (
+       is => 'ro',
+       isa => 'Str',
+       );
+    
 has 'stemmata' => (
        traits => ['Array'],
        isa => 'ArrayRef[Text::Tradition::Stemma]',