Initial commit of Catalyst::Authentication::Realm::Adaptor
authorJay Kuri <jayk@jay-kuris-macbook.local>
Sun, 26 Jul 2009 18:02:57 +0000 (12:02 -0600)
committerJay Kuri <jayk@jay-kuris-macbook.local>
Sun, 26 Jul 2009 18:02:57 +0000 (12:02 -0600)
commitc6a2d572d24523a391e1bbdc608414bab834fa6c
tree5b91e36febef038d03af8aacce3c60b8ee4b084a
Initial commit of Catalyst::Authentication::Realm::Adaptor
13 files changed:
.cvsignore [new file with mode: 0644]
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]
inc/Module/Install.pm [new file with mode: 0644]
inc/Module/Install/Base.pm [new file with mode: 0644]
inc/Module/Install/Metadata.pm [new file with mode: 0644]
lib/Catalyst/Authentication/Realm/Adaptor.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]