Add warning to this MetaRole docs that it might go away
Dave Rolsky [Mon, 25 Aug 2008 15:47:00 +0000 (15:47 +0000)]
lib/Moose/Util/MetaRole.pm

index aedb022..2ddff9b 100644 (file)
@@ -140,6 +140,9 @@ Moose::Util::MetaRole - Apply roles to any metaclass, as well as the object base
 
 =head1 DESCRIPTION
 
+B<The whole concept behind this module is still considered
+experimental, and it could go away in the future!>
+
 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