[Catalyst] Can't use string ("AutoCommit") as a HASH ref while "strict refs" in use

Dmitri Pissarenko dmitri.pissarenko at gmail.com
Tue May 1 10:41:05 GMT 2007


Hello!

Forget my last question.

There was a bug in MyAppDB.pm. I changed DB configuration to this one:

START
__PACKAGE__->config(
    schema_class => 'MyAppDB',
    connect_info => [
        'dbi:SQLite:myapp.db',
        '\'\'',
        '\'\'',
	{AutoCommit => 1},

    ],
);
END

...and now it works.

Best regards

Dmitri Pissarenko



More information about the Catalyst mailing list