X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fmulti_create%2Fexisting_in_chain.t;h=aa225030526ff1282988538ca48ec588a0470a12;hp=825fad414092e1daec2f7e733c223ffd2b4566df;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hpb=33eafbfd322ab48a2697c0ea9fadfb182fb22a36 diff --git a/t/multi_create/existing_in_chain.t b/t/multi_create/existing_in_chain.t index 825fad4..aa22503 100644 --- a/t/multi_create/existing_in_chain.t +++ b/t/multi_create/existing_in_chain.t @@ -13,7 +13,7 @@ my $schema = DBICTest->init_schema(); # even if the preceeding relationship already exists. # # To get this to work a minor rewrite of find() is necessary, and -# more importantly some sort of recursive_insert() call needs to +# more importantly some sort of recursive_insert() call needs to # be available. The way things will work then is: # *) while traversing the hierarchy code calls find_or_create() # *) this in turn calls find(%\nested_dataset)