remove deprecated source attribute
tla [Wed, 18 Apr 2012 10:15:11 +0000 (12:15 +0200)]
lib/Text/Tradition/Witness.pm

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