[Catalyst] missing 'use base' for ::Store?
Sascha Kiefer
sk at intertivity.com
Thu Dec 8 15:37:38 CET 2005
Chisel Wright schrieb:
>***********************
>Your mail has been scanned by InterScan VirusWall.
>***********-***********
>
>
>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
>
>
No, no base needed!
--esskar
More information about the Catalyst
mailing list