document use_moose option
Rafael Kitover [Mon, 5 Jul 2010 06:48:44 +0000 (02:48 -0400)]
lib/DBIx/Class/Schema/Loader/Base.pm

index e8a5ac7..24826f3 100644 (file)
@@ -473,6 +473,14 @@ setting this option.
 Set to true to prepend the L</db_schema> 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<Moose>, L<MooseX::NonMoose> and
+L<namespace::autoclean>. 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