X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=568bdd7102cfb43feb90cb33996ec72af0e7c30c;hb=2d6867f9f272105ffa2f96fbe293c564adc13553;hp=46207faa0e0917b4c242ed8a38856ef14b100e48;hpb=53a1e0939093bc4b404a2a5b1675a372bd4e3384;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index 46207fa..568bdd7 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -637,8 +637,8 @@ cover here. See L for details on how a trait name is resolved to a role name. -Also see L for a metaclass trait -example. +Also see L for a metaclass +trait example. =item I => Str @@ -842,8 +842,8 @@ The lookup method for metaclasses is the same, except that it looks for a class matching B. If all this is confusing, take a look at -L, which demonstrates how to create an -attribute trait. +L, which demonstrates how to +create an attribute trait. =head1 UNIMPORTING FUNCTIONS @@ -870,7 +870,7 @@ to work. Here is an example: To learn more about extending Moose, we recommend checking out the "Extending" recipes in the L, starting with -L, which provides an overview of +L, which provides an overview of all the different ways you might extend Moose. L and L are the modules which provide the majority of the extension functionality, so reading their documentation should also be helpful. @@ -1081,7 +1081,8 @@ John (jgoulah) Goulah wrote L. Jess (castaway) Robinson wrote L. -Aran (bluefeet) Clary Deltac wrote L. +Aran (bluefeet) Clary Deltac wrote +L. Anders (Debolaz) Nor Berle contributed L and L.