Re: [Catalyst] overload/override sub? (Session::PerUser)

2007-08-07 Thread Matt S Trout
On Mon, Aug 06, 2007 at 09:42:28PM +0100, Ash Berlin wrote: Fernan Aguero wrote: Hi, I'd like to overload (or would it be override?) the merge_session_to_user sub in Catalyst::Plugin::Session::PerUser to be able to guide the hash merge (i.e. create new hash value keys for conflicting

[Catalyst] overload/override sub? (Session::PerUser)

2007-08-06 Thread Fernan Aguero
Hi, I'd like to overload (or would it be override?) the merge_session_to_user sub in Catalyst::Plugin::Session::PerUser to be able to guide the hash merge (i.e. create new hash value keys for conflicting keys). Now, where and how should I do the overriding? Excuse my ignorance ... but I've never

Re: [Catalyst] overload/override sub? (Session::PerUser)

2007-08-06 Thread Ash Berlin
Fernan Aguero wrote: Hi, I'd like to overload (or would it be override?) the merge_session_to_user sub in Catalyst::Plugin::Session::PerUser to be able to guide the hash merge (i.e. create new hash value keys for conflicting keys). Now, where and how should I do the overriding? Excuse