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

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Sun Jan 17 15:01:02 GMT 2010


Author: caelum
Date: 2010-01-17 15:01:02 +0000 (Sun, 17 Jan 2010)
New Revision: 8341

Modified:
   branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
Log:
clarify generate_pod doc

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-17 14:57:06 UTC (rev 8340)
+++ branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-17 15:01:02 UTC (rev 8341)
@@ -162,8 +162,11 @@
 =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<COMMENT ON TABLE some_table ...>) is only
+supported for Postgres right now.
+
 Set this to C<0> to turn off all POD generation.
 
 =head2 relationship_attrs




More information about the Bast-commits mailing list