removed from cache() and cac...
|
1 |
use Test::More 'no_plan'; |
2 | ||
3 |
use strict; |
|
4 |
use warnings; |
|
5 |
use DBIx::Custom; |
|
6 | ||
7 |
my $dbi = DBIx::Custom->connect('dbi:SQLite:dbname=:memory:'); |
|
8 | ||
9 | ||
10 |