added reference implementation of DBIx::Class::Manual::Example
authorKieren Diment <diment@gmail.com>
Sat, 9 Sep 2006 02:37:47 +0000 (02:37 +0000)
committerKieren Diment <diment@gmail.com>
Sat, 9 Sep 2006 02:37:47 +0000 (02:37 +0000)
commit0c337847c1f39b0939676ff0d7ab03d146e04174
tree991d9ed077dc9eff956121b398e33748131198f3
parent1b7fb46ef19b1c77f22a3054b074fa5d5dc3ac5e
added reference implementation of DBIx::Class::Manual::Example
t/examples/Schema/MyDatabase/Main.pm [new file with mode: 0644]
t/examples/Schema/MyDatabase/Main/Artist.pm [new file with mode: 0644]
t/examples/Schema/MyDatabase/Main/Cd.pm [new file with mode: 0644]
t/examples/Schema/MyDatabase/Main/Track.pm [new file with mode: 0644]
t/examples/Schema/db/example.db [new file with mode: 0644]
t/examples/Schema/db/example.sql [new file with mode: 0644]
t/examples/Schema/insertdb.pl [new file with mode: 0644]
t/examples/Schema/testdb.pl [new file with mode: 0644]