From: Rafael Kitover Date: Mon, 5 Jul 2010 07:02:55 +0000 (-0400) Subject: clarify use_moose doc X-Git-Tag: 0.07001~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=1336ac639d0f1b9f358493ee73345352611eff78 clarify use_moose doc --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 24826f3..46357c2 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -476,8 +476,8 @@ __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. +L. The default content after the md5 sum also makes the +classes immutable. It is safe to upgrade your existing Schema to this option.