From: Dave Rolsky Date: Tue, 3 Feb 2009 15:33:48 +0000 (+0000) Subject: Mention the two accessor naming MX modules X-Git-Tag: 0.66~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddf2636a7b58731ed31d8ccca1d023a848c0d77a;p=gitmo%2FMoose.git Mention the two accessor naming MX modules --- diff --git a/lib/Moose/Manual/MooseX.pod b/lib/Moose/Manual/MooseX.pod index 5835a76..b447df9 100644 --- a/lib/Moose/Manual/MooseX.pod +++ b/lib/Moose/Manual/MooseX.pod @@ -229,6 +229,16 @@ This is a small wrapper that ties together a Moose class with C, and gives you an C sugar function to declare event handlers. +=head2 MooseX::FollowPBP + +Automatically names all accessors I-style, +"get_name" and "set_name". + +=head2 MooseX::SemiAffordanceAccessor + +Autoamtically names all accessors with an explicit set and implicit +get, "name" and "set_name". + =head1 AUTHOR Dave Rolsky Eautarch@urth.orgE