]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/moosified-rs.t
c9020488e141bb73f5905d2bb12b33e9ae8ca1e1
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / moosified-rs.t
1 # -*- perl -*-
2
3 use lib 't/lib';
4 use DBSchemaMoose;
5 use RunTests;
6 use Test::More;
7
8 my $schema = DBSchemaMoose->get_test_schema();
9
10 run_tests( $schema);
11
This page took 0.02776 seconds and 4 git commands to generate.