[Moose-commits] r7483 - Moose/trunk/lib/Moose/Manual

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Tue Feb 3 15:33:48 GMT 2009


Author: autarch
Date: 2009-02-03 07:33:48 -0800 (Tue, 03 Feb 2009)
New Revision: 7483

Modified:
   Moose/trunk/lib/Moose/Manual/MooseX.pod
Log:
Mention the two accessor naming MX modules


Modified: Moose/trunk/lib/Moose/Manual/MooseX.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/MooseX.pod	2009-02-03 04:40:17 UTC (rev 7482)
+++ Moose/trunk/lib/Moose/Manual/MooseX.pod	2009-02-03 15:33:48 UTC (rev 7483)
@@ -229,6 +229,16 @@
 C<POE::Session>, and gives you an C<event> sugar function to declare
 event handlers.
 
+=head2 MooseX::FollowPBP
+
+Automatically names all accessors I<Perl Best Practices>-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 E<lt>autarch at urth.orgE<gt>




More information about the Moose-commits mailing list