Initial commit
authormoltar <moltar@moltar.net>
Wed, 8 Jun 2011 16:42:47 +0000 (12:42 -0400)
committermoltar <moltar@moltar.net>
Wed, 8 Jun 2011 16:42:47 +0000 (12:42 -0400)
commit731e8b3e4dc45f47f80dfb89f34fac156fbe526f
treeef806ececd779b86818f21749c43573e195fb01b
parent7f92017a08dce9905018015070808338e02cf966
Initial commit
16 files changed:
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
README [new file with mode: 0644]
Todo [new file with mode: 0644]
lib/DBIx/Class/Schema/ResultSetAccessors.pm [new file with mode: 0644]
t/basic.t [new file with mode: 0644]
t/lib/MyApp1/Schema.pm [new file with mode: 0644]
t/lib/MyApp1/Schema/Result/Artist.pm [new file with mode: 0644]
t/lib/MyApp1/Schema/Result/CD.pm [new file with mode: 0644]
t/lib/MyApp1/Schema/Result/Source.pm [new file with mode: 0644]
t/lib/MyApp1/Schema/ResultSet/CD.pm [new file with mode: 0644]
t/lib/MyApp2/Schema.pm [new file with mode: 0644]
t/lib/MyApp2/Schema/Result/Artist.pm [new file with mode: 0644]
t/lib/MyApp2/Schema/Result/CD.pm [new file with mode: 0644]
t/lib/MyApp2/Schema/Result/Source.pm [new file with mode: 0644]