Chop up - move backcompat code into the ::Plugin:: namespace, as those are what are...
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 4 Jan 2009 21:20:14 +0000 (21:20 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 4 Jan 2009 21:20:14 +0000 (21:20 +0000)
commit290e5a7efa221cbd3f34a9a72206a6f2d12cc09f
tree607dbc73606c230e573e247bc0440d360d9b2bcd
parent106913dbd819fb7e5e97a2aa2bab54701d8a7aa4
Chop up - move backcompat code into the ::Plugin:: namespace, as those are what are loaded for back compat, and leave the nice new code alone. Change back-compat for the store so that the methods are proxied onto the default auth store. Seems to about work with other auth plugins too, which is better than the previous try..
lib/Catalyst/Authentication/Credential/Password.pm
lib/Catalyst/Authentication/Store/Minimal.pm
lib/Catalyst/Plugin/Authentication/Credential/Password.pm
lib/Catalyst/Plugin/Authentication/Store/Minimal.pm
t/05_password.t