[Catalyst] FastMmap.pm

Dmitri Pissarenko dmitri.pissarenko at gmail.com
Tue May 1 21:53:41 GMT 2007


Hello!

Thanks for your answer!

In MyApp.pm I changed

    use Catalyst qw/
            -Debug
            ConfigLoader
            Static::Simple
	
            StackTrace
	
	
            Authentication
            Authentication::Store::DBIC
            Authentication::Credential::Password
	
            Session
            Session::Store::FastMmap
            Session::State::Cookie	
            /;

to

    use Catalyst qw/
            -Debug
            ConfigLoader
            Static::Simple
	
            StackTrace
	
	
            Authentication
            Authentication::Store::DBIC
            Authentication::Credential::Password
	
            Session
	    Session::Store
            Session::State::Cookie	
            /;

and now it works.

Best regards

Dmitri



More information about the Catalyst mailing list