DBIx-Custom / t / next / sqlite-quote.t /
Newer Older
11 lines | 0.185kb
added Next version
Yuki Kimoto authored on 2011-11-16
1
# Change quote for tests
2
use DBIx::Custom::Next;
3
{
4
    package DBIx::Custom::Next;
5
    no warnings 'redefine';
6
    sub quote { '""' }
7
}
8

            
9
use FindBin;
10

            
11
require "$FindBin::Bin/sqlite.t";