From: Tomas Doran Date: Wed, 11 Mar 2009 03:06:57 +0000 (+0000) Subject: Add a doc note to help out people browsing on search.cpan X-Git-Tag: v0.10012~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=03a8931178152bebe5a1de20b7ed0fba3884f893 Add a doc note to help out people browsing on search.cpan --- diff --git a/Changes b/Changes index 15538f5..f8a1ff2 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 0e81f63..c54bbc6 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -798,6 +798,9 @@ new source. The rest of your application is completely unchanged. } }; +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