fix broken doc link
Jesse Luehrs [Fri, 31 Jul 2009 04:30:23 +0000 (23:30 -0500)]
lib/Moose.pm

index 374cb09..dec12bd 100644 (file)
@@ -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<meta> object will have the specified traits
-applied to it. See L<TRAIT NAME RESOLUTION> for more details.
+applied to it. See L<Trait Name Resolution> for more details.
 
 =head2 Trait Name Resolution