DBIx-Custom / t / dbix-custom-core-sqlite-quote.t /
Yuki Kimoto cleanup
4e46c7d 13 years ago
1 contributor
11 lines | 0.19kb
# Change quote for tests
use DBIx::Custom;
{
    package DBIx::Custom;
    no warnings 'redefine';
    sub quote { '""' }
}

use FindBin;

require "$FindBin::Bin/dbix-custom-core-sqlite.t";