add_attribute fix, and version fixes, changes, etc
[gitmo/Class-MOP.git] / lib / Class / MOP / Method.pm
index dbb7773..04f1312 100644 (file)
@@ -8,9 +8,11 @@ use Carp         'confess';
 use Scalar::Util 'reftype', 'blessed';
 use B            'svref_2object';
 
-our $VERSION   = '0.03';
+our $VERSION   = '0.04';
 our $AUTHORITY = 'cpan:STEVAN';
 
+use base 'Class::MOP::Object';
+
 # NOTE:
 # if poked in the right way, 
 # they should act like CODE refs.
@@ -39,6 +41,8 @@ sub wrap {
 
 sub body { (shift)->{body} }
 
+# TODO - add associated_class
+
 # informational
 
 # NOTE: