From: Dave Rolsky Date: Sat, 25 Apr 2009 14:37:30 +0000 (-0500) Subject: Add paragraph break, add irc:// uri, add mailing list name. X-Git-Tag: 0.76~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=854b298de8dbf496cacbe1199d29e67f204216d8;p=gitmo%2FMoose.git Add paragraph break, add irc:// uri, add mailing list name. --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 1d63788..b2cad28 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -1064,11 +1064,14 @@ interface at L. We are very strict about what features we add to the Moose core, especially the user-visible features. Instead we have made sure that the underlying meta-system of Moose is as extensible as possible so that you can add your -own features easily. That said, occasionally there is a feature needed in the -meta-system to support your planned extension, in which case you should -either email the mailing list or join us on irc at #moose to discuss. The -L has more detail about how and when you can -contribute. +own features easily. + +That said, occasionally there is a feature needed in the meta-system +to support your planned extension, in which case you should either +email the mailing list (moose@perl.org) or join us on IRC at +L to discuss. The +L has more detail about how and when you +can contribute. =head1 AUTHOR