add File::Path to deps, move test deps to TestRequires, add strict and warnings to...
Samuel Kaufman [Wed, 20 Sep 2017 20:15:20 +0000 (20:15 +0000)]
dist.ini
t/20-virtual-column.t

index 22301fd..5ddd5c6 100644 (file)
--- 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
index 6d8de64..5c6d720 100644 (file)
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use DBIx::Class::Fixtures;
 use Test::More;
 use Test::Fatal;