Catalyst RDBO Store for authentication.
commit5a9cdec9c3cd665e682ba27580eecde8584e0b3c
authorvti <viacheslav.t@gmail.com>
Sat, 13 Sep 2008 23:55:15 +0000 (14 01:55 +0200)
committervti <viacheslav.t@gmail.com>
Sat, 13 Sep 2008 23:55:15 +0000 (14 01:55 +0200)
treec8b041e87c6cf6947f8d1a1a66fc4b559b0f9b71
parent41d95947823e644986ea83304faa8e9caa4c6b65
Catalyst RDBO Store for authentication.
18 files changed:
Catalyst-Authentication-Store-RDBO/Makefile.PL [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/lib/Catalyst/Authentication/Store/RDBO.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/lib/Catalyst/Authentication/Store/RDBO/User.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/00-load.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/01-pod.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/02-pod-coverage.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/03-authtest.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/04-authsessions.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/05-auth-roles-relationship.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/06-auth-roles-column.t [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/SetupDB.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp/DB.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp/DB/Object.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp/Model/User.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp/RDBO/Role.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp/RDBO/User.pm [new file with mode: 0644]
Catalyst-Authentication-Store-RDBO/t/lib/TestApp/RDBO/UserRole.pm [new file with mode: 0644]