unmark experimental to go with deploy
Matt S Trout [Tue, 10 Jul 2007 18:23:34 +0000 (18:23 +0000)]
lib/DBIx/Class/Storage/DBI.pm

index ac5f3fc..5f71f02 100644 (file)
@@ -1200,7 +1200,7 @@ sub bind_attribute_by_data_type {
     return;
 }
 
-=head2 create_ddl_dir (EXPERIMENTAL)
+=head2 create_ddl_dir
 
 =over 4
 
@@ -1211,9 +1211,6 @@ sub bind_attribute_by_data_type {
 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