From: Jesse Luehrs Date: Sat, 7 May 2011 18:30:26 +0000 (-0500) Subject: mention that metaclass.pm shouldn't really be used with moose X-Git-Tag: 2.0003~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ee4513c8e50fe07ad970e844e8ec6093bd63b99;p=gitmo%2FMoose.git mention that metaclass.pm shouldn't really be used with moose --- diff --git a/lib/metaclass.pm b/lib/metaclass.pm index 6240f42..17e0e97 100644 --- 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 method to your class as well, unless C is passed to the C option. +Note that if you are using Moose, you most likely do B want +to be using this - look into L instead. + =cut