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

index 6240f42..17e0e97 100644 (file)
@@ -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