From: Luke Saunders Date: Tue, 15 Jul 2008 22:11:10 +0000 (+0000) Subject: removed EXPERIMENTAL notices X-Git-Tag: v0.08240~406^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=e63a82f7221c61ea4f48403d33196f9f3eb746f0 removed EXPERIMENTAL notices --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index ce2a026..7a358bd 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -1101,7 +1101,7 @@ sub create_ddl_dir { $self->storage->create_ddl_dir($self, @_); } -=head2 ddl_filename (EXPERIMENTAL) +=head2 ddl_filename =over 4 diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index 6ded2fb..31ff7b1 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -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). =head1 GETTING STARTED