On Fri, Jun 5, 2009 at 6:56 AM, Tomas Doran<[email protected]> wrote: > > My only real suggestion is to throw some dumping / debugging into the > _authentication_initialize routine of Catalyst/Plugin/Authentication.pm > to work out how/why it isn't finding your realms hash..
Thank you, this was the nudge I needed. My problem was that the call to setup() had somehow wandered too high up in my application's main module code, so that it was getting called too early. No idea _how_ that happened, but it all makes sense from there. -- Jason McIntosh Appleseed Software Consulting http://appleseed-sc.com Email: [email protected] Jabber: [email protected] AIM: zendonut Cell: 617-792-3829 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
