projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d1ed92
)
mention that metaclass.pm shouldn't really be used with moose
Jesse Luehrs [Sat, 7 May 2011 18:30:26 +0000 (13:30 -0500)]
lib/metaclass.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/metaclass.pm
b/lib/metaclass.pm
index
6240f42
..
17e0e97
100644
(file)
--- a/
lib/metaclass.pm
+++ b/
lib/metaclass.pm
@@
-89,4
+89,7
@@
and a set of custom attribute and method metaclasses. It also
installs a C<meta> method to your class as well, unless C<undef>
is passed to the C<meta_name> option.
+Note that if you are using Moose, you most likely do B<not> want
+to be using this - look into L<Moose::Util::MetaRole> instead.
+
=cut