X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest.pm;h=ca44f052c3729874f280626c7fde992821cd5955;hb=70350518bbb31e5ac22fb3cb73d3e17409fcd332;hp=af058bea49ca0179ef7d22afb32f2f70c7d12985;hpb=4b8dcc58874223164d4a379a5db4a9cb737d7c7a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest.pm b/t/lib/DBICTest.pm index af058be..ca44f05 100755 --- a/t/lib/DBICTest.pm +++ b/t/lib/DBICTest.pm @@ -7,7 +7,6 @@ use DBICTest::Schema; use DBICTest::Schema::Relationships; sub init_schema { - my $db_file = "t/var/DBIxClass.db"; unlink($db_file) if -e $db_file; @@ -22,7 +21,6 @@ sub init_schema { $schema->deploy(); $schema->auto_populate(); return $schema; - } 1;