Dancer-Plugin-Interchange6

 view release on metacpan or  search on metacpan

t/disabled_cart_and_checkout.t  view on Meta::CPAN

    1;
}

setting('plugins')->{DBIC} = {
    default => {
        schema_class => 'Interchange6::Schema',
        connect_info => [
            "dbi:SQLite:dbname=:memory:",
            undef, undef,
            {
                sqlite_unicode  => 1,
                on_connect_call => 'use_foreign_keys',
                on_connect_do   => 'PRAGMA synchronous = OFF',
                quote_names     => 1,
            }
        ]
    }
};

set logger => 'capture';
set log    => 'error';



( run in 0.414 second using v1.01-cache-2.11-cpan-88abd93f124 )