From: Samuel Kaufman Date: Wed, 20 Sep 2017 20:15:20 +0000 (+0000) Subject: add File::Path to deps, move test deps to TestRequires, add strict and warnings to... X-Git-Tag: v1.001037~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af45f212bfb150ac0bbe64a6522cf333dbf427a5;p=dbsrgits%2FDBIx-Class-Fixtures.git add File::Path to deps, move test deps to TestRequires, add strict and warnings to the test --- diff --git a/dist.ini b/dist.ini index 22301fd..5ddd5c6 100644 --- a/dist.ini +++ b/dist.ini @@ -85,6 +85,9 @@ MIME::Base64 = 0 Path::Class = 0.32 Scalar::Util = 1.27 perl = 5.6.1 -Test::Compile::Internal = 0 IO::All = 0.85 -Test::TempDir::Tiny=0 + +[Prereqs / TestRequires] +Test::TempDir::Tiny = 0 +File::Path = 0 +Test::Compile::Internal = 0 diff --git a/t/20-virtual-column.t b/t/20-virtual-column.t index 6d8de64..5c6d720 100644 --- a/t/20-virtual-column.t +++ b/t/20-virtual-column.t @@ -1,3 +1,6 @@ +use strict; +use warnings; + use DBIx::Class::Fixtures; use Test::More; use Test::Fatal;