[Catalyst] Storing DateTime in session causes warning

2007-11-15 Thread Tobias Kremer
I'm storing a DateTime object in $c->session and I just realized that this is causing the following warning on every request: "Use of uninitialized value in subroutine entry at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_freeze.al) line 290." The following reproduces the error

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-15 Thread Christopher H. Laco
Tobias Kremer wrote: > I'm storing a DateTime object in $c->session and I just realized that this > is causing the following warning on every request: > > "Use of uninitialized value in subroutine entry at ../../lib/Storable.pm > (autosplit into ../../lib/auto/Storable/_freeze.al) line 290." > >

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-15 Thread J. Shirley
On Nov 15, 2007 6:23 AM, Christopher H. Laco <[EMAIL PROTECTED]> wrote: > Tobias Kremer wrote: > > I'm storing a DateTime object in $c->session and I just realized that > this > > is causing the following warning on every request: > > > > "Use of uninitialized value in subroutine entry at ../../li

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-16 Thread Tobias Kremer
> > Tobias Kremer wrote: > > > I'm storing a DateTime object in $c->session and I just realized that > > > this is causing the following warning on every request: > > > > > > "Use of uninitialized value in subroutine entry at ../../lib/Storable.pm > > > (autosplit into ../../lib/auto/Storable/_free

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-16 Thread Jason Kohles
On Nov 16, 2007, at 6:39 AM, Tobias Kremer wrote: Tobias Kremer wrote: I'm storing a DateTime object in $c->session and I just realized that this is causing the following warning on every request: "Use of uninitialized value in subroutine entry at ../../lib/ Storable.pm (autosplit into ../

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-16 Thread Tobias Kremer
Quoting Jason Kohles <[EMAIL PROTECTED]>: > Tobias Kremer wrote: > I'm storing a DateTime object in $c->session and I just realized > that > this is causing the following warning on every request: > > "Use of uninitialized value in subroutine entry at ../../lib/ > >>>

Re: [Catalyst] Storing DateTime in session causes warning

2007-11-16 Thread Ruben Fonseca
On Fri, 2007-11-16 at 12:39 +0100, Tobias Kremer wrote: > > > Tobias Kremer wrote: > > > > I'm storing a DateTime object in $c->session and I just realized that > > > > this is causing the following warning on every request: > > > > > > > > "Use of uninitialized value in subroutine entry at ../../