added role self_check and self_check_any to User store role_self_check
authorMark Ellis <mark.ellis@cartridgesave.co.uk>
Mon, 17 Mar 2014 14:17:46 +0000 (14:17 +0000)
committerMark Ellis <mark.ellis@cartridgesave.co.uk>
Thu, 8 May 2014 10:27:53 +0000 (11:27 +0100)
commitb3c995e9bad59b14ad088bc40aa14f9399b55f0d
treeab76c7824ae778072c0f4ef8cb7371708f2c43f3
parentc30ad9df2c49e9f51435b03182a2bf263c69d63e
added role self_check and self_check_any to User store

The code to do this was already there, just missing a few
parts on the C::A::S::D::C::User class

also removed unnecessary checks for DBIx::Class from tests as it's a
Makefile.PL requirement
16 files changed:
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
t/03-authtest.t
t/04-authsessions.t
t/05-auth-roles-relationship.t
t/06-auth-roles-column.t
t/07-authsessions-cached.t
t/08-simpledb-auth-roles-relationship.t
t/09-simpledb-auth-roles-column.t
t/11-authsessions-load-app-context.t
t/12-auth-roles-relationship-self_check.t [new file with mode: 0644]
t/13-auth-roles-column-self_check.t [new file with mode: 0644]
t/lib/TestApp/Controller/Root.pm
t/lib/TestApp/Model/TestApp.pm
t/lib/TestApp/Schema/User.pm