From: Dave Rolsky <autarch@urth.org>
Date: Fri, 1 Jan 2010 18:57:18 +0000 (-0600)
Subject: remove attempt at attr inheritance in a role
X-Git-Tag: 0.23~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10058d33ad524052a101cda6a121e42c9d026b35;p=gitmo%2FMooseX-AttributeHelpers.git

remove attempt at attr inheritance in a role
---

diff --git a/lib/MooseX/AttributeHelpers/Trait/Base.pm b/lib/MooseX/AttributeHelpers/Trait/Base.pm
index 9d3c79e..e780878 100644
--- a/lib/MooseX/AttributeHelpers/Trait/Base.pm
+++ b/lib/MooseX/AttributeHelpers/Trait/Base.pm
@@ -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 {