[Catalyst] missing 'use base' for ::Store?
    Chisel Wright 
    chisel at herlpacker.co.uk
       
    Thu Dec  8 15:51:21 CET 2005
    
    
  
On Thu, Dec 08, 2005 at 03:37:38PM +0100, Sascha Kiefer wrote:
> No, no base needed!
Doesn't work for me (and at least one other person) without it.
Where does the sessionid() method appear from if you don't:
 use base qw/Catalyst::Plugin::Session/;
?
It looks to me like it's an accessor created in:
./Catalyst-Plugin-Session/lib/Catalyst/Plugin/Session.pm:
__PACKAGE__->mk_accessors(qw/sessionid session_delete_reason/);
*confused* I might have to go away and look into this some more ...
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