summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2016-06-07 16:35:56 -0400
committerbrian d foy <brian.d.foy@gmail.com>2016-06-07 16:35:56 -0400
commit239f36e3ee5e970a7387d30aec9943f3e1dba35c (patch)
tree56880a1106088e14eee58e2cdad9a1d5c191683a /Makefile.PL
parent758b170732c2d06dcb603c70eae5ebd6acad7c6a (diff)
Specify some prereqs
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 680def3..33d941f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -65,6 +65,9 @@ my %WriteMakefile = (
},
'PREREQ_PM' => {
+ 'File::Spec::Functions' => '0',
+ 'Test::Harness' => '0',
+ 'File::Spec' => '0',
},
'META_MERGE' => {