Initial import of new DBIx::Class store. Not compatible with old-school
authorJay Kuri <jayk@cpan.org>
Fri, 10 Nov 2006 21:55:27 +0000 (21:55 +0000)
committerJay Kuri <jayk@cpan.org>
Fri, 10 Nov 2006 21:55:27 +0000 (21:55 +0000)
commit5000f5456b038d4082dfb4931ad8130000547688
treeec8ca067c3ab0e3ce56e76c299fb53f88e83a468
parent265c66db8f79407b28e77d8f95517e5e9ce433e0
Initial import of new DBIx::Class store.  Not compatible with old-school
(pre 0.10) versions of C::P::Authenticate.  Don't try to use this with
0.09 because it won't work.
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class.pod [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class/Backend.pm [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store/DBIx/Class/User.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/boilerplate.t [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]