refactor GraphML write/parse to use Moose introspection
[scpubgit/stemmatology.git] / lib / Text / Tradition.pm
index fb180f8..0bbc76b 100644 (file)
@@ -7,7 +7,7 @@ use Text::Tradition::Stemma;
 use Text::Tradition::Witness;
 
 use vars qw( $VERSION );
-$VERSION = "0.1";
+$VERSION = "0.3";
 
 has 'collation' => (
     is => 'ro',
@@ -35,7 +35,7 @@ has 'name' => (
     );
     
 has 'language' => (
-       is => 'ro',
+       is => 'rw',
        isa => 'Str',
        );