Now throws exceptions when id_field is invalid or can not be determined
authorJay Kuri <jayk@cpan.org>
Sun, 8 Jul 2007 03:41:34 +0000 (03:41 +0000)
committerJay Kuri <jayk@cpan.org>
Sun, 8 Jul 2007 03:41:34 +0000 (03:41 +0000)
commitad93b3e931404c862c36e5a6a0955290bafe0998
tree383478d3e7de8c0f68ef1bdf2cbbe79621255e05
parent2aa8bdb699a35f237745f7c585554f1e32bcd4f1
Now throws exceptions when id_field is invalid or can not be determined
several minor adjustments
complete set of tests
19 files changed:
Changes
README
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class/User.pm
t/01-pod.t [moved from t/pod.t with 100% similarity]
t/02-pod-coverage.t [moved from t/pod-coverage.t with 100% similarity]
t/03-authtest.t [new file with mode: 0644]
t/04-authsessions.t [new file with mode: 0644]
t/05-auth-roles-relationship.t [new file with mode: 0644]
t/06-auth-roles-column.t [new file with mode: 0644]
t/auth.db [new file with mode: 0644]
t/boilerplate.t [deleted file]
t/lib/SetupDB.pm [new file with mode: 0644]
t/lib/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Model/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Schema.pm [new file with mode: 0644]
t/lib/TestApp/Schema/Role.pm [new file with mode: 0644]
t/lib/TestApp/Schema/User.pm [new file with mode: 0644]
t/lib/TestApp/Schema/UserRole.pm [new file with mode: 0644]