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)
commitdb42e6963766960ca1457780c93c7ac2b225ef08
tree607dbc73606c230e573e247bc0440d360d9b2bcd
parentbe7a60450cd0cb8f9d69539c2e8c12434744964a
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