From: Matt S Trout <mst@shadowcat.co.uk>
Date: Fri, 20 Feb 2009 04:42:18 +0000 (+0000)
Subject: Merge 'trunk' into 'multi_stuff'
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f847f84d07ac96caaaf1142174fe01bf017da567;p=dbsrgits%2FDBIx-Class-Historic.git

Merge 'trunk' into 'multi_stuff'

r27901@agaton (orig r5562):  robkinyon | 2009-02-20 04:37:12 +0000
 r5547@rkinyon-lt-osx (orig r5546):  robkinyon | 2009-02-19 23:29:39 -0500
 Added qualifiers as to when as_query will work
---

f847f84d07ac96caaaf1142174fe01bf017da567
diff --cc t/96multi_create.t
index d63bf89,9c75cac..d808eba
--- a/t/96multi_create.t
+++ b/t/96multi_create.t
@@@ -550,9 -552,10 +550,11 @@@ eval 
    is($a->cds && $a->cds->first->title, 'The Wall', 'CD insertion ok');
  };
  diag $@ if $@;
 -}
 -
 +=cut
  
  diag '* Create foreign key col obj including PK (See test 20 in 66relationships.t)';
++## Create foreign key col obj including PK
++## See test 20 in 66relationships.t
  eval {
    my $new_cd_hashref = { 
      cdid => 27,