refrain from serializing init flag
[scpubgit/stemmatology.git] / lib / Text / Tradition.pm
index 9a0f8b5..c2c49c1 100644 (file)
@@ -54,7 +54,7 @@ has 'stemmata' => (
        default => sub { [] },
        );
   
-has 'initialized' => (
+has '_initialized' => (
        is => 'ro',
        isa => 'Bool',
        default => undef,