From: Matt S Trout Date: Tue, 10 Jul 2007 18:23:34 +0000 (+0000) Subject: unmark experimental to go with deploy X-Git-Tag: v0.08010~124 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58ded37e2fa0f8d629209a6bb3a29df986d199ca;p=dbsrgits%2FDBIx-Class.git unmark experimental to go with deploy --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index ac5f3fc..5f71f02 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -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