From: Brian Phillips Date: Tue, 9 Feb 2010 19:59:23 +0000 (-0600) Subject: add Changes and CONTRIBUTORS entries X-Git-Tag: 0.05002~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a5dcfb30a71cc41d4edacd37d0bb6c7e2945aba;p=dbsrgits%2FDBIx-Class-Schema-Loader.git add Changes and CONTRIBUTORS entries --- diff --git a/Changes b/Changes index bf6fa3a..f1278a4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - validate class/component loader_options to make sure classes + are available before generating the schema + 0.05001 2010-02-05 14:29:27 - correct default_value for all backends with common tests - fix bug with quoted Pg tables from $dbh->tables (RT#54338) diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 02d3f8e..6d9c568 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -527,6 +527,8 @@ waawaamilk: Nigel McNie acmoore: Andrew Moore +bphillips: Brian Phillips + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.