From: Rafael Kitover Date: Sun, 17 Jan 2010 15:01:02 +0000 (+0000) Subject: clarify generate_pod doc X-Git-Tag: 0.05000~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f2de0145bc65a162b354b015cd8c4c4ed8465a7;p=dbsrgits%2FDBIx-Class-Schema-Loader.git clarify generate_pod doc --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index a486122..6ee29e3 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -162,7 +162,10 @@ next major version upgrade: =head2 generate_pod By default POD will be generated for columns and relationships, using database -metadata for the text if available and supported (Postgres only so far.) +metadata for the text if available and supported. + +Reading database metadata (e.g. C) is only +supported for Postgres right now. Set this to C<0> to turn off all POD generation.