[Catalyst-commits] r9792 - in
Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk: .
lib/Catalyst/Authentication/Credential/HTTP
ijw at dev.catalyst.perl.org
ijw at dev.catalyst.perl.org
Wed Apr 22 16:18:17 GMT 2009
Author: ijw
Date: 2009-04-22 17:18:16 +0100 (Wed, 22 Apr 2009)
New Revision: 9792
Modified:
Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes
Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm
Log:
Removed 'password' from minimal store in example because it's not relevant to the module and confuses the issue
Modified: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes 2009-04-22 13:13:58 UTC (rev 9791)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/Changes 2009-04-22 16:18:16 UTC (rev 9792)
@@ -1,3 +1,6 @@
+ - Fix misleading 'password' in documentation (because this module
+ doesn't check against store passwords) (Ian Wells)
+
0.05 2009-01-04
- Start releasing using ShipIt
- Remove use of _config accessor, which I'd stupidly cargo-culted.
Modified: Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm 2009-04-22 13:13:58 UTC (rev 9791)
+++ Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP/Proxy.pm 2009-04-22 16:18:16 UTC (rev 9792)
@@ -91,7 +91,7 @@
store => {
class => 'Minimal',
users => {
- Mufasa => { password => "Circle Of Life", },
+ Mufasa => { },
},
},
},
More information about the Catalyst-commits
mailing list