lazy_build automatically defines clear_$attr, so clearer was overwriting
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Role / Mutable / Simple.pm
index 3498507..0295b82 100644 (file)
@@ -18,7 +18,6 @@ with Mutable, $p->has_value_type ? { value_type => $p->value_type } : ();
 
 has value_string => (
   is => 'rw', lazy_build => 1, trigger => sub { shift->adopt_value_string },
-  clearer => 'clear_value',
 );
 
 # FIXME - Copied from Reaction::UI::ViewPort::Field::Role::Mutable