From: Rafael Kitover Date: Fri, 22 Jan 2010 03:43:04 +0000 (+0000) Subject: fix pod_comment_mode POD to reflect the 'auto' default X-Git-Tag: 0.05000~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7976fea9c5634dc43d1a30f001da4cf15970b7d;hp=0e097542050a7756eb6a6299e0743ccbdd51608a;p=dbsrgits%2FDBIx-Class-Schema-Loader.git fix pod_comment_mode POD to reflect the 'auto' default --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 39431fa..75b1459 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -173,11 +173,11 @@ Set this to C<0> to turn off all POD generation. =head2 pod_comment_mode -Controls where table comments appear in the generated POD. By default table -comments are appended to the C section of the documentation. You can -force a C section to be generated with the comment instead, or -choose the length threshold at which the comment is forced into the -description. +Controls where table comments appear in the generated POD. Smaller table +comments are appended to the C section of the documentation, and larger +ones are inserted into C instead. You can force a C +section to be generated with the comment always, only use C, or choose +the length threshold at which the comment is forced into the description. =over 4