Document BUILDARGS
Shawn M Moore [Fri, 27 Jun 2008 04:41:46 +0000 (04:41 +0000)]
lib/Mouse/Object.pm

index f615ac9..04ad0ef 100644 (file)
@@ -138,6 +138,11 @@ end of L</new>.
 You may put any business logic initialization in BUILD methods. You don't
 need to redispatch or return any specific value.
 
+=head2 BUILDARGS
+
+Lets you override the arguments that C<new> takes. Return a hashref of
+parameters.
+
 =head2 DEMOLISHALL
 
 Calls L</DEMOLISH> on each class in the class hierarchy. This is called at