[Bast-commits] r3582 - trunk/DBIx-Class/lib/DBIx/Class/Storage

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Tue Jul 10 19:23:35 GMT 2007


Author: matthewt
Date: 2007-07-10 19:23:34 +0100 (Tue, 10 Jul 2007)
New Revision: 3582

Modified:
   trunk/DBIx-Class/lib/DBIx/Class/Storage/DBI.pm
Log:
unmark experimental to go with deploy

Modified: trunk/DBIx-Class/lib/DBIx/Class/Storage/DBI.pm
===================================================================
--- trunk/DBIx-Class/lib/DBIx/Class/Storage/DBI.pm	2007-07-10 15:21:24 UTC (rev 3581)
+++ trunk/DBIx-Class/lib/DBIx/Class/Storage/DBI.pm	2007-07-10 18:23:34 UTC (rev 3582)
@@ -1200,7 +1200,7 @@
     return;
 }
 
-=head2 create_ddl_dir (EXPERIMENTAL)
+=head2 create_ddl_dir
 
 =over 4
 
@@ -1211,9 +1211,6 @@
 Creates a SQL file based on the Schema, for each of the specified
 database types, in the given directory.
 
-Note that this feature is currently EXPERIMENTAL and may not work correctly
-across all databases, or fully handle complex relationships.
-
 =cut
 
 sub create_ddl_dir




More information about the Bast-commits mailing list