From: Dave Rolsky Date: Tue, 2 Sep 2008 17:23:22 +0000 (+0000) Subject: Doc constructor_class & destructor_class accessors X-Git-Tag: 0.57~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=637e8b266ede2ec6e91773fb9d806bdd573459ff;p=gitmo%2FMoose.git Doc constructor_class & destructor_class accessors --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index a0eb710..3dbe6c2 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -577,6 +577,15 @@ cascade down the role hierarchy. This method does the same thing as L, but adds support for taking the C<$params> as a HASH ref. +=item B + +=item B + +These are the names of classes used when making a class +immutable. These default to L and +L respectively. These accessors are +read-write, so you can use them to change the class name. + =back =head1 BUGS