lazy_build automatically defines clear_$attr, so clearer was overwriting
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Role / Mutable.pm
index 16ae93f..6e7e90e 100644 (file)
@@ -31,7 +31,6 @@ has attribute => (is => 'ro', isa => ParameterAttribute, required => 1);
 
 has value      => (
   is => 'rw', lazy_build => 1, trigger => sub { shift->adopt_value },
-  clearer => 'clear_value',
   $p->has_value_type? (isa => $p->value_type) : ()
 );