From: Matt S Trout Date: Fri, 27 Apr 2012 04:14:42 +0000 (+0000) Subject: clarify Moo/Moose docs and mention #web-simple X-Git-Tag: v0.091000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=660f3db2ee0d3686c64000702af1a2ef496aa8a6 clarify Moo/Moose docs and mention #web-simple --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 1462531..c5b7712 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -200,8 +200,11 @@ L everywhere. Extending a L class or consuming a L should also work. -However, these features are new as of 0.91.0 (0.091000) so they may not -be 100% yet; please do report bugs. +This means that there is no need for anything like L for Moo +code - Moo and Moose code should simply interoperate without problem. + +However, these features are new as of 0.91.0 (0.091000) so while serviceable, +they are absolutely certain to not be 100% yet; please do report bugs. If you need to disable the metaclass creation, add: @@ -550,6 +553,10 @@ at the end of your class to get an inlined (i.e. not horribly slow) constructor. Moo does it automatically the first time ->new is called on your class. +=head1 SUPPORT + +IRC: #web-simple on irc.perl.org + =head1 AUTHOR mst - Matt S. Trout (cpan:MSTROUT)