projects
/
chaz
/
p5-DBIx-Class-ResultSet-RecursiveUpdate
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ae617b6683058cc4cbfe458d4aa661001e10ee7f
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate]
/
t
/
sqlite.t
1
# -*- perl -*-
2
3
use lib 't/lib';
4
use DBSchema;
5
use RunTests;
6
use Test::More;
7
plan tests => 23;
8
9
my $schema = DBSchema::get_test_schema();
10
run_tests( $schema );
11
This page took
0.031953 seconds
and
3
git commands to generate.