[Catalyst] missing 'use base' for ::Store?

Chisel Wright chisel at herlpacker.co.uk
Thu Dec 8 15:24:48 CET 2005


On Wed, Nov 23, 2005 at 08:51:38PM +0000, Chisel Wright wrote:
> I dug around, and the sessionid method is provided by
> Catalyst::Plugin::Session.
> Catalyst::Plugin::Session::Store::CDBI uses
> Catalyst::Plugin::Session::Store as a base class.
> 
> Catalyst::Plugin::Session::Store doesn't have any base classes (double
> checked in trunk just now).
> 
> I solved the problem locally by adding
> 
>   use base qw/Catalyst::Plugin::Session/;
> 
> to Catalyst::Plugin::Session::Store. Is this the correct fix? If so,
> could someone do the honours please?

So, I've re-checked trunk, still no change there. No feedback on here.
What's the deal? I'm sure it's a bug that needs fixing.

Chisel
-- 
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/

No virus was found in this outgoing message as I didn't bother looking.



More information about the Catalyst mailing list