]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/sqlite.t
added use strict and use warnings to all tests + perltidy
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / sqlite.t
index 93baaed30ccd5fadf484571a7306c8e1572dfb8f..118bac48f784d6d219c835ec3052eb100bac5358 100644 (file)
@@ -1,5 +1,5 @@
-# -*- perl -*-
-
+use strict;
+use warnings;
 use lib 't/lib';
 use DBSchema;
 use RunTests;
@@ -7,5 +7,4 @@ use Test::More;
 
 #unlink 't/var/dvdzbr.db';
 my $schema = DBSchema->get_test_schema();
-run_tests( $schema );
-
+run_tests($schema);
This page took 0.024455 seconds and 4 git commands to generate.