From: Rafael Kitover Date: Mon, 5 Jul 2010 06:48:44 +0000 (-0400) Subject: document use_moose option X-Git-Tag: 0.07001~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=7d0ea6b94e009f9d2a325f968a067357fb0b820c document use_moose option --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index e8a5ac7..24826f3 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -473,6 +473,14 @@ setting this option. Set to true to prepend the L to table names for C<< __PACKAGE__->table >> calls, and to some other things like Oracle sequences. +=head2 use_moose + +Creates Schema and Result classes that use L, L and +L. The default custom content also makes the classes +immutable. + +It is safe to upgrade your existing Schema to this option. + =head1 METHODS None of these methods are intended for direct invocation by regular