aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-08 13:37:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-08 13:37:17 +1300
commit1ddde20555f9f5dfd4ca162db200ff2032b59591 (patch)
tree5f69a32f23a2e5f4a5a579853f9fe252b1138b4b
parentMerge branch 'feature/test-save' into develop (diff)
parentAdd new test module reqs to build requirements (diff)
downloadMusic-Lyrics-LRC-1ddde20555f9f5dfd4ca162db200ff2032b59591.tar.gz
Music-Lyrics-LRC-1ddde20555f9f5dfd4ca162db200ff2032b59591.zip
Merge branch 'feature/buildreq' into develop
* feature/buildreq: Add new test module reqs to build requirements
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cac8e48..b2ddd08 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,6 +15,8 @@ WriteMakefile(
'ExtUtils::MakeMaker' => '0',
},
BUILD_REQUIRES => {
+ 'English' => '0',
+ 'File::Temp' => '0',
'Test::More' => '0',
},
PREREQ_PM => {