]> 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 4517ccffa3bb17724c15f39d2005bc8a810dc7cf..118bac48f784d6d219c835ec3052eb100bac5358 100644 (file)
@@ -1,10 +1,10 @@
-# -*- perl -*-
-
+use strict;
+use warnings;
 use lib 't/lib';
 use DBSchema;
 use RunTests;
 use Test::More;
 
-my $schema = DBSchema::get_test_schema();
-run_tests( $schema );
-
+#unlink 't/var/dvdzbr.db';
+my $schema = DBSchema->get_test_schema();
+run_tests($schema);
This page took 0.019716 seconds and 4 git commands to generate.