Replace method_provider with a ( future :( ) requires_attr
Shawn M Moore [Sun, 25 May 2008 01:47:49 +0000 (01:47 +0000)]
lib/MooseX/AttributeHelpers/Trait/Base.pm

index 9ab3f6e..6da6eae 100644 (file)
@@ -21,11 +21,8 @@ has 'provides' => (
 
 # provide a Class or Role which we can
 # collect the method providers from
-has 'method_provider' => (
-    is        => 'ro',
-    isa       => 'ClassName',
-    predicate => 'has_method_provider',
-);
+
+# requires_attr 'method_provider'
 
 # or you can provide a HASH ref of anon subs
 # yourself. This will also collect and store