From: Jesse Luehrs Date: Tue, 25 Oct 2011 14:47:14 +0000 (-0500) Subject: don't assume search.cpan.org-format anchors X-Git-Tag: 2.0302~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa0e140074876aa8f7253510719751fc1ee5ed93;p=gitmo%2FMoose.git don't assume search.cpan.org-format anchors --- diff --git a/lib/Moose/Manual/FAQ.pod b/lib/Moose/Manual/FAQ.pod index 3371977..00c8868 100644 --- a/lib/Moose/Manual/FAQ.pod +++ b/lib/Moose/Manual/FAQ.pod @@ -366,7 +366,7 @@ will call them roles. =head3 Can an attribute-generated method (e.g. an accessor) satisfy requires? Yes, just be sure to consume the role I declaring your -attribute. L provides +attribute. L provides an example: package Breakable;