From: Dave Rolsky Date: Mon, 25 Aug 2008 15:47:00 +0000 (+0000) Subject: Add warning to this MetaRole docs that it might go away X-Git-Tag: 0.55_04~2^2~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd9a6d8782927815f28b86035b8df7915328cc24;p=gitmo%2FMoose.git Add warning to this MetaRole docs that it might go away --- diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index aedb022..2ddff9b 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -140,6 +140,9 @@ Moose::Util::MetaRole - Apply roles to any metaclass, as well as the object base =head1 DESCRIPTION +B + This utility module is designed to help authors of Moose extensions write extensions that are able to cooperate with other Moose extensions. To do this, you must write your extensions as roles, which