removed EXPERIMENTAL notices
Luke Saunders [Tue, 15 Jul 2008 22:11:10 +0000 (22:11 +0000)]
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Schema/Versioned.pm

index ce2a026..7a358bd 100644 (file)
@@ -1101,7 +1101,7 @@ sub create_ddl_dir {
   $self->storage->create_ddl_dir($self, @_);
 }
 
-=head2 ddl_filename (EXPERIMENTAL)
+=head2 ddl_filename
 
 =over 4
 
index 6ded2fb..31ff7b1 100644 (file)
@@ -100,7 +100,7 @@ not found then no upgrade is possible.
 
 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