[Bast-commits] r8399 - branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Thu Jan 21 22:39:53 GMT 2010


Author: caelum
Date: 2010-01-21 22:39:52 +0000 (Thu, 21 Jan 2010)
New Revision: 8399

Modified:
   branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
Log:
update pod_comment_mode POD

Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-21 22:36:25 UTC (rev 8398)
+++ branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-21 22:39:52 UTC (rev 8399)
@@ -179,10 +179,23 @@
 choose the length threshold at which the comment is forced into the
 description.
 
-  pod_comment_mode => 'name' # default behaviour
-  pod_comment_mode => 'description' # force creation of DESCRIPTION section
-  pod_comment_mode => 'auto' # use description if length > pod_comment_spillover_length
+=over 4
 
+=item name
+
+Use C<NAME> section only.
+
+=item description
+
+Force C<DESCRIPTION> always.
+
+=item auto
+
+Use C<DESCRIPTION> if length > L</pod_comment_spillover_length>, this is the
+default.
+
+=back
+
 =head2 pod_comment_spillover_length
 
 When pod_comment_mode is set to C<auto>, this is the length of the comment at




More information about the Bast-commits mailing list