summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d9cc6e8..754d3aa 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,13 +13,14 @@ WriteMakefile(
PREREQ_PM => {
'Carp' => 0,
'Clone' => 0,
'Text::Locus' => 1.00,
'Text::ParseWords' => 0,
'File::Basename' => 0,
- 'File::Temp' => 0
+ 'File::Temp' => 0,
+ 'IPC::Cmd' => 0
},
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',

Return to:

Send suggestions and report system problems to the System administrator.