From: Dave Rolsky Date: Thu, 11 Dec 2008 23:08:04 +0000 (+0000) Subject: Make link include name of linked-to POD in link text. X-Git-Tag: 0.66~27^2~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76f75f80c675b3042c57b7d3e5748b0caf27cc69;p=gitmo%2FMoose.git Make link include name of linked-to POD in link text. --- diff --git a/lib/Moose/Manual/Construction.pod b/lib/Moose/Manual/Construction.pod index 36416f7..bb9c34e 100644 --- a/lib/Moose/Manual/Construction.pod +++ b/lib/Moose/Manual/Construction.pod @@ -10,7 +10,7 @@ B method for your classes!> When you C in your class, you will become a subclass of C, which provides a C method for you. And if you -follow L and make +follow our recommendations in L and make your class immutable, then you actually get a class-specific C method genreated in your class.