projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9822890
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/AttributeHelpers/Trait/Base.pm
b/lib/MooseX/AttributeHelpers/Trait/Base.pm
index
9d3c79e
..
e780878
100644
(file)
--- 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 {