projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1639e2f
)
Make this class subclass Moose::Meta::Method, which keeps things saner.
Dave Rolsky [Thu, 11 Sep 2008 19:49:26 +0000 (19:49 +0000)]
lib/Moose/Meta/Role/Method.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role/Method.pm
b/lib/Moose/Meta/Role/Method.pm
index
1ab49ec
..
6fe74b4
100644
(file)
--- a/
lib/Moose/Meta/Role/Method.pm
+++ b/
lib/Moose/Meta/Role/Method.pm
@@
-8,7
+8,7
@@
our $VERSION = '0.57';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
-use base 'Class::MOP::Method';
+use base 'Moose::Meta::Method';
1;