Convert everything not actually a plugin to now live in the
authorJay Kuri <jayk@cpan.org>
Fri, 23 Nov 2007 06:23:14 +0000 (06:23 +0000)
committerJay Kuri <jayk@cpan.org>
Fri, 23 Nov 2007 06:23:14 +0000 (06:23 +0000)
commit5c5af3452cf4b03d7d55e20870942f1b600081b7
tree9c19715a467bf5302a01922a044cfbd15eb93b5f
parent39ce54e8c0d40cf7fd266546f99522a94278a2d2
Convert everything not actually a plugin to now live in the
Catalyst::Authentication hierarchy instead of the
Catalyst::Plugin::Authentication hierarchy.  it just makes sense.
15 files changed:
lib/Catalyst/Authentication/Credential/Password.pm [new file with mode: 0644]
lib/Catalyst/Authentication/Realm.pm [moved from lib/Catalyst/Plugin/Authentication/Realm.pm with 98% similarity]
lib/Catalyst/Authentication/Realm/Compatibility.pm [moved from lib/Catalyst/Plugin/Authentication/Realm/Compatibility.pm with 74% similarity]
lib/Catalyst/Authentication/Store.pod [moved from lib/Catalyst/Plugin/Authentication/Store.pod with 92% similarity]
lib/Catalyst/Authentication/Store/Minimal.pm [new file with mode: 0644]
lib/Catalyst/Authentication/Store/Null.pm [moved from lib/Catalyst/Plugin/Authentication/Store/Null.pm with 77% similarity]
lib/Catalyst/Authentication/User.pm [moved from lib/Catalyst/Plugin/Authentication/User.pm with 94% similarity]
lib/Catalyst/Authentication/User/Hash.pm [moved from lib/Catalyst/Plugin/Authentication/User/Hash.pm with 88% similarity]
lib/Catalyst/Plugin/Authentication.pm
lib/Catalyst/Plugin/Authentication/Credential/Password.pm
lib/Catalyst/Plugin/Authentication/Internals.pod
lib/Catalyst/Plugin/Authentication/Store/Minimal.pm
t/05_password.t
t/06_user.t
t/lib/AuthSessionTestApp.pm