]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/moosified-rs.t
added use strict and use warnings to all tests + perltidy
[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.029096 seconds and 4 git commands to generate.