DBIx-Custom / xt / time-piece.t /
Newer Older
10 lines | 0.138kb
removed from cache() and cac...
Yuki Kimoto authored on 2011-03-29
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