Are the two versions for Cache::FastMmap in your old and new site_lib
directory different?

Jay

On 6/2/07, Dennis Daupert <[EMAIL PROTECTED]> wrote:

My app has been running; I decided it's time to package it up. I hadn't
been keeping track of all my included modules in Makefile.PL, so I renamed
'site_perl' directory and recreated, so I could do a new install of Catalyst
and company. I had Catalyst 5.7006, now 5.7007. C::P::S::S::FastMmap is
still at 0.02.

App starts up OK, and I can get to a few pages that avoid the login stuff,
but everything else gets this error:

"Can't use string ("1180812469") as a SCALAR ref while "strict refs" in
use at
/usr/lib/perl5/site_perl/5.8.8/Catalyst/Plugin/Session/Store/FastMmap.pm
line 62."

Comes from this routine:
     60 sub get_session_data {
     61     my ( $c, $sid ) = @_;
     62     ${ $c->_session_fastmmap_storage->get($sid) || return };
     63 }

Help?

/dennis


_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive:
http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to