add test for literal SQL through accessor
authorRafael Kitover <rkitover@cpan.org>
Sat, 21 May 2011 14:24:26 +0000 (10:24 -0400)
committerRafael Kitover <rkitover@cpan.org>
Sat, 21 May 2011 14:24:26 +0000 (10:24 -0400)
commitbd99d89c9d8b55bb74e0d7959d6620063346c440
treeafd93f8c9db67ca98a2cd7af7d0a382bad615865
parentacb5622910fd9ed88b9338fc84c0781d8556f1ae
add test for literal SQL through accessor
t/05testapp.t
t/09schema_options.t
t/10literal_sql_through_accessor.t [new file with mode: 0644]
t/lib/ASchemaClass/User.pm [new file with mode: 0644]
t/lib/ASchemaClass/Users.pm [deleted file]
t/lib/AnotherSchemaClass/Result/User.pm [new file with mode: 0644]
t/lib/AnotherSchemaClass/Result/Users.pm [deleted file]
t/lib/AnotherSchemaClass/ResultSet/User.pm [moved from t/lib/AnotherSchemaClass/ResultSet/Users.pm with 75% similarity]
t/lib/TestAppC3Fail/Schema/DB/User.pm [new file with mode: 0644]
t/lib/TestAppC3Fail/Schema/DB/Users.pm [deleted file]