From: Andrew Rodland Date: Fri, 19 Feb 2010 09:18:42 +0000 (-0600) Subject: Sweet, sweet credit X-Git-Tag: 0.05003~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9fd0726ab46fa5aadca196bbcfbc28b07b59e5b8;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Sweet, sweet credit --- diff --git a/Changes b/Changes index 128d6f0..b372866 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - improve parsing of SQLite tables when a column definition + spans multiple lines (hobbs) - fix missing trailing _id stripping for some relationship names (rbuels) - fixed accessor POD bug, was not dereferencing scalar refs diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 19466a7..b01f439 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -497,6 +497,8 @@ bphillips: Brian Phillips schwern: Michael G. Schwern +hobbs: Andrew Rodland + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.