[Catalyst-commits] r8509 -
Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Oct 6 18:46:02 BST 2008
Author: t0m
Date: 2008-10-06 18:46:02 +0100 (Mon, 06 Oct 2008)
New Revision: 8509
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
Log:
Make auth configuration in the synopis actually work by including a default_realm key, this will confuse less people who try to copy and paste the synopsis to get going.
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2008-10-06 14:08:16 UTC (rev 8508)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2008-10-06 17:46:02 UTC (rev 8509)
@@ -384,6 +384,7 @@
/;
__PACKAGE__->config( authentication => {
+ default_realm => 'example',
realms => {
example => {
credential => {
More information about the Catalyst-commits
mailing list