basic structure in place
authorluke <luke@e47b97af-c36a-0410-b2ce-ad7e46669d08>
Mon, 25 May 2009 22:13:05 +0000 (22:13 +0000)
committerluke <luke@e47b97af-c36a-0410-b2ce-ad7e46669d08>
Mon, 25 May 2009 22:13:05 +0000 (22:13 +0000)
commitb8e6d2260619d1481ea2266cdcaedb42597382f0
tree887a4a456371892ec5a7790c7f4790c355e3d003
parent92e9efa20bc45ef3309a4b38deb5d8371396ccf4
basic structure in place
13 files changed:
Makefile.PL [new file with mode: 0644]
lib/DBIx/Class/ResultSet/WithMetaData.pm [new file with mode: 0644]
t/basic.t [new file with mode: 0644]
t/lib/DBICTest.pm [new file with mode: 0755]
t/lib/DBICTest/Schema.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Artist.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/CD.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/CD_to_Producer.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Producer.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Tag.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Track.pm [new file with mode: 0644]
t/lib/sqlite.sql [new file with mode: 0644]
t/var/DBIxClass.db [new file with mode: 0644]