[Catalyst-commits] r9488 - in trunk/Catalyst-Plugin-Authentication:
. lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Mar 11 03:06:58 GMT 2009
Author: t0m
Date: 2009-03-11 03:06:57 +0000 (Wed, 11 Mar 2009)
New Revision: 9488
Modified:
trunk/Catalyst-Plugin-Authentication/Changes
trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
Add a doc note to help out people browsing on search.cpan
Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes 2009-03-10 21:38:26 UTC (rev 9487)
+++ trunk/Catalyst-Plugin-Authentication/Changes 2009-03-11 03:06:57 UTC (rev 9488)
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::Plugin::Authentication
+ - Note about how a realms key used to be needed to unconfuse people
+ running an old version, but browsing the docs on search.cpan (ruoso)
+
0.10011 Sun Mar 8 23:32:12 GMT 2009
- Update t/live_app_session.t to skip unless you have a newer, more
reliable version of TWMC (RT#43817)
Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2009-03-10 21:38:26 UTC (rev 9487)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2009-03-11 03:06:57 UTC (rev 9488)
@@ -798,6 +798,9 @@
}
};
+NOTE: Until version 0.10008 of this module, you would need to put all the
+realms inside a "realms" key in the configuration. That is not required anymore.
+
=over 4
=item use_session
More information about the Catalyst-commits
mailing list