restore legacy attribute until we can remove it from db records
Tara L Andrews [Tue, 17 Apr 2012 08:47:11 +0000 (10:47 +0200)]
lib/Text/Tradition/Witness.pm

index 3113e54..b3248e4 100644 (file)
@@ -250,6 +250,13 @@ has 'sourcetype' => (
        required => 1, 
 );
 
+has 'source' => (
+       is => 'ro',
+       isa => 'Str',
+       predicate => 'has_old_source',
+       clearer => 'clear_old_source',
+);
+
 has 'file' => (
        is => 'ro',
        isa => 'Str',