From: Dave Rolsky Date: Thu, 4 Sep 2008 00:36:00 +0000 (+0000) Subject: Tweak the extending text a little X-Git-Tag: 0.58~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e86efbed547e2098c182d4d65ca65a54caed684;p=gitmo%2FMoose.git Tweak the extending text a little --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 69dbc63..ff79481 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -812,11 +812,10 @@ to work. Here is an example: =head1 EXTENDING AND EMBEDDING MOOSE -Moose also offers some options for extending or embedding it into your -own framework. To learn more about extending Moose, we recommend -checking out the "Extending" recipes in the L, -starting with L, which provides -an overview of all the different ways you might extend Moose. +To learn more about extending Moose, we recommend checking out the +"Extending" recipes in the L, starting with +L, which provides an overview of +all the different ways you might extend Moose. =head2 B<< Moose->init_meta(for_class => $class, base_class => $baseclass, metaclass => $metaclass) >>