From: Shawn M Moore Date: Fri, 27 Jun 2008 04:41:46 +0000 (+0000) Subject: Document BUILDARGS X-Git-Tag: 0.19~266 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=442125dcdd5f3a27900cda5f3deb680f1c0beafb;p=gitmo%2FMouse.git Document BUILDARGS --- diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index f615ac9..04ad0ef 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -138,6 +138,11 @@ end of L. 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 takes. Return a hashref of +parameters. + =head2 DEMOLISHALL Calls L on each class in the class hierarchy. This is called at