From: Jesse Luehrs <doy@tozt.net> Date: Tue, 2 Jun 2009 23:41:10 +0000 (-0500) Subject: metarole is past the scary experimental stage, i think X-Git-Tag: 0.80~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21097b40485a26add33c0275a9cc7351d689e342;p=gitmo%2FMoose.git metarole is past the scary experimental stage, i think --- diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index e44cba6..b333a62 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -152,9 +152,6 @@ 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