From: Aran Deltac Date: Sun, 28 May 2006 19:24:11 +0000 (+0000) Subject: Added Ordered as an additional change in 0.06999_01. Added myself (bluefeet) as... X-Git-Tag: v0.07002~75^2~152 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62eb8fe86f201db31a24e6716a47a81350fa8400;p=dbsrgits%2FDBIx-Class.git Added Ordered as an additional change in 0.06999_01. Added myself (bluefeet) as a contributor in Class.pm. --- diff --git a/Changes b/Changes index bc260a6..ca0cd1c 100644 --- a/Changes +++ b/Changes @@ -25,10 +25,8 @@ Revision history for DBIx::Class loaded - CDBICompat: override find_or_create to fix column casing when ColumnCase is loaded - - Reorganized tests: moved t/run/*.tl to t/run/*.t, removed all - basicrels code and supporting module, moved all relationship - code from helperrels in to the relevant classes for each - relationship, and moved code from DBICTest::Setup to DBICTest. + - reorganized and simplified tests + - added Ordered 0.06003 2006-05-19 15:37:30 - make find_or_create_related check defined() instead of truth diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index dc7d795..543279e 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -182,6 +182,8 @@ ank: Andres Kievsky blblack: Brandon Black +bluefeet: Aran Deltac + LTJake: Brian Cassidy claco: Christopher H. Laco