[Catalyst] backward compatibility problem with new C::P::Authentication (for info only)

2007-12-13 Thread Daniel McBrearty
Hi, I don't consider this a bug, it's just by way of feedback to the list and module authors. I just updated to the latest C::P::Authentication and now get errors in my login code in some places. My code looks basically like this (simplified a bit) : sub login Chained('/') Args(0) : { # first

Re: [Catalyst] backward compatibility problem with new C::P::Authentication (for info only)

2007-12-13 Thread Daniel McBrearty
I still had -Authentication::Credential::Password -Authentication::Store::DBIC in the modules list, from the old setup. Removing these seems to have fixed the problem. ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] backward compatibility problem with new C::P::Authentication (for info only)

2007-12-13 Thread Ashley Pond V
I had exactly the same problem two days ago and found the same fix. On Dec 13, 2007, at 1:06 PM, Daniel McBrearty wrote: I still had -Authentication::Credential::Password -Authentication::Store::DBIC in the modules list, from the old setup. Removing these seems to have fixed the