projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b58cbff
)
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
patch
|
blob
|
blame
|
history
t/20-virtual-column.t
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
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
diff --git
a/t/20-virtual-column.t
b/t/20-virtual-column.t
index
6d8de64
..
5c6d720
100644
(file)
--- 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;