Re: [Catalyst] DateTime in session- breaks during login/logout

2007-06-14 Thread Adam Bartosik
If you don't have DateTime::Locale version 0.34, please try that. There was a bug in the Storable freeze/thaw handling. Great, works, thanks! :) /looks like i need to do some cpanplus upgrades on linuxes - deployment on freebsd machines is easier, you have more cpan packages in ports and

Re: [Catalyst] DateTime in session- breaks during login/logout

2007-06-13 Thread Bill Moseley
On Wed, Jun 13, 2007 at 05:48:56PM +0200, Adam Bartosik wrote: I put DateTime object into session like this: use DateTime; $c-session-{dateo} = DateTime-now; Everything works ok, object is properly stored/retrevied until you login or logout. After logout ($c-logout) I get: undef

Re: [Catalyst] DateTime in session- breaks during login/logout

2007-06-13 Thread J. Shirley
On 6/13/07, Adam Bartosik [EMAIL PROTECTED] wrote: I put DateTime object into session like this: use DateTime; $c-session-{dateo} = DateTime-now; Everything works ok, object is properly stored/retrevied until you login or logout. After logout ($c-logout) I get: undef error - Invalid locale