Added ability to avoid DB hits when restoring from session
authorJay Kuri <jayk@cpan.org>
Fri, 15 Feb 2008 07:52:39 +0000 (07:52 +0000)
committerJay Kuri <jayk@cpan.org>
Fri, 15 Feb 2008 07:52:39 +0000 (07:52 +0000)
commitf26005a70c7acbdcb221e6444598d97a6ea577d7
treed50193378f0311d0d433d37ad25d8c8d055ff6b4
parent50631330234bf712c64b318a31042e8c9dfd3260
Added ability to avoid DB hits when restoring from session
Changes
Makefile.PL
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm
t/04-authsessions.t
t/07-authsessions-cached.t [new file with mode: 0644]
t/lib/TestApp.pm