projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bfcbcec
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Tradition.pm
b/lib/Text/Tradition.pm
index
a5c5a41
..
fb180f8
100644
(file)
--- 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]',