projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5b811c5
)
move language attribute away to morphology plugin
Tara L Andrews [Thu, 27 Sep 2012 11:54:00 +0000 (13:54 +0200)]
base/lib/Text/Tradition/Collation/Reading.pm
patch
|
blob
|
blame
|
history
diff --git
a/base/lib/Text/Tradition/Collation/Reading.pm
b/base/lib/Text/Tradition/Collation/Reading.pm
index
06ee68a
..
62b592e
100644
(file)
--- a/
base/lib/Text/Tradition/Collation/Reading.pm
+++ b/
base/lib/Text/Tradition/Collation/Reading.pm
@@
-104,12
+104,6
@@
has 'text' => (
writer => 'alter_text',
);
-has 'language' => (
- is => 'ro',
- isa => 'Str',
- predicate => 'has_language',
- );
-
has 'is_start' => (
is => 'ro',
isa => 'Bool',