]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/moosified-rs.t
added use strict and use warnings to all tests + perltidy
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / moosified-rs.t
index e539cf8cba09dff9a945b702f9d7fcd03543e1b9..f11401047e8841bf6824bfe8274f01deb9fcf246 100644 (file)
@@ -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);
This page took 0.020495 seconds and 4 git commands to generate.