[Bast-commits] r4577 - in DBIx-Class/0.08/branches/versioning/lib/DBIx/Class: . Schema

lukes at dev.catalyst.perl.org lukes at dev.catalyst.perl.org
Tue Jul 15 23:11:11 BST 2008


Author: lukes
Date: 2008-07-15 23:11:10 +0100 (Tue, 15 Jul 2008)
New Revision: 4577

Modified:
   DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema.pm
   DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema/Versioned.pm
Log:
removed EXPERIMENTAL notices

Modified: DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema/Versioned.pm
===================================================================
--- DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema/Versioned.pm	2008-07-15 22:07:38 UTC (rev 4576)
+++ DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema/Versioned.pm	2008-07-15 22:11:10 UTC (rev 4577)
@@ -100,7 +100,7 @@
 
 NB: At the moment, only SQLite and MySQL are supported. This is due to
 spotty behaviour in the SQL::Translator producers, please help us by
-enhancing them. Ask on the mailing list or IRC channel for details (details
+enhancing them. Ask on the mailing list or IRC channel for details (community details
 in L<DBIx::Class>).
 
 =head1 GETTING STARTED

Modified: DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema.pm
===================================================================
--- DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema.pm	2008-07-15 22:07:38 UTC (rev 4576)
+++ DBIx-Class/0.08/branches/versioning/lib/DBIx/Class/Schema.pm	2008-07-15 22:11:10 UTC (rev 4577)
@@ -1101,7 +1101,7 @@
   $self->storage->create_ddl_dir($self, @_);
 }
 
-=head2 ddl_filename (EXPERIMENTAL)
+=head2 ddl_filename
 
 =over 4
 




More information about the Bast-commits mailing list