projects
/
chaz
/
p5-DBIx-Class-ResultSet-RecursiveUpdate
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f11401047e8841bf6824bfe8274f01deb9fcf246
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate]
/
t
/
moosified-rs.t
1
use strict;
2
use warnings;
3
use Test::More;
4
5
use lib 't/lib';
6
use DBSchemaMoose;
7
use RunTests;
8
9
my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:');
10
11
run_tests($schema);
This page took
0.03214 seconds
and
3
git commands to generate.