Test split to run against normal rels and helper rels (currently just has_one)
authorMatt S Trout <mst@shadowcat.co.uk>
Sat, 17 Sep 2005 16:43:31 +0000 (16:43 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Sat, 17 Sep 2005 16:43:31 +0000 (16:43 +0000)
commit22b15c96c84ddc1aeddddac637ca4c59a6465dcf
treec83ffe3ee31a3b960e208802ee1eeb782ed56f17
parent2a8168143cea9db25fc7531f08c84b01ef4cf395
Test split to run against normal rels and helper rels (currently just has_one)
30 files changed:
MANIFEST
META.yml
lib/DBIx/Class/CDBICompat/HasA.pm
lib/DBIx/Class/Relationship.pm
lib/DBIx/Class/Relationship/HasOne.pm [new file with mode: 0644]
t/01core.t [deleted file]
t/04db.t [deleted file]
t/05multipk.t [deleted file]
t/06relationship.t [deleted file]
t/07pager.t [deleted file]
t/08inflate.t [deleted file]
t/08inflate_has_a.t [deleted file]
t/09update.t [deleted file]
t/10auto.t [deleted file]
t/11mysql.t [deleted file]
t/12pg.t [deleted file]
t/13oracle.t [deleted file]
t/14mssql.t [deleted file]
t/15limit.t [deleted file]
t/16joins.t [deleted file]
t/17join_count.t [deleted file]
t/18self_referencial.t [deleted file]
t/19quotes.t
t/lib/DBICTest/Schema/Artist.pm
t/lib/DBICTest/Schema/CD.pm
t/lib/DBICTest/Schema/SelfRef.pm
t/lib/DBICTest/Schema/SelfRefAlias.pm
t/lib/DBICTest/Schema/Tag.pm
t/lib/DBICTest/Schema/Track.pm
t/lib/DBICTest/Schema/TwoKeys.pm