X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=t%2Fmoosified-rs.t;h=f11401047e8841bf6824bfe8274f01deb9fcf246;hp=e539cf8cba09dff9a945b702f9d7fcd03543e1b9;hb=1256bfdf7d47490da4d6521b1895f0f9d362a461;hpb=61a1e916e2ebcbd866939f64ec807a9be13c4452 diff --git a/t/moosified-rs.t b/t/moosified-rs.t index e539cf8..f114010 100644 --- a/t/moosified-rs.t +++ b/t/moosified-rs.t @@ -1,11 +1,11 @@ -# -*- perl -*- +use strict; +use warnings; +use Test::More; use lib 't/lib'; use DBSchemaMoose; use RunTests; -use Test::More; my $schema = DBSchemaMoose->get_test_schema('dbi:SQLite:dbname=:memory:'); -run_tests( $schema); - +run_tests($schema);