detect and mark common readings
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Reading.pm
index 746fd5f..1d700a6 100644 (file)
@@ -105,6 +105,12 @@ has 'is_ph' => (
        isa => 'Bool',
        default => undef,
        );
+       
+has 'is_common' => (
+       is => 'rw',
+       isa => 'Bool',
+       default => undef,
+       );
 
 has 'rank' => (
     is => 'rw',