refactor GraphML write/parse to use Moose introspection
[scpubgit/stemmatology.git] / lib / Text / Tradition.pm
index 20f33e1..0bbc76b 100644 (file)
@@ -35,7 +35,7 @@ has 'name' => (
     );
     
 has 'language' => (
-       is => 'ro',
+       is => 'rw',
        isa => 'Str',
        );