remove attempt at attr inheritance in a role
Dave Rolsky [Fri, 1 Jan 2010 18:57:18 +0000 (12:57 -0600)]
lib/MooseX/AttributeHelpers/Trait/Base.pm

index 9d3c79e..e780878 100644 (file)
@@ -51,11 +51,6 @@ has 'method_constructors' => (
     },
 );
 
-# extend the parents stuff to make sure
-# certain bits are now required ...
-has '+default'         => (required => 1);
-has '+type_constraint' => (required => 1);
-
 ## Methods called prior to instantiation
 
 sub process_options_for_provides {