From: Jesse Luehrs Date: Fri, 31 Jul 2009 04:30:23 +0000 (-0500) Subject: fix broken doc link X-Git-Tag: 0.89~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb1f6db0cd5556b54ae413f028138bcd316725e8;p=gitmo%2FMoose.git fix broken doc link --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 374cb09..dec12bd 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -831,7 +831,7 @@ You can also specify traits which will be applied to your metaclass: This is very similar to the attribute traits feature. When you do this, your class's C object will have the specified traits -applied to it. See L for more details. +applied to it. See L for more details. =head2 Trait Name Resolution