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

index 06ee68a..62b592e 100644 (file)
@@ -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',