diff --git a/Makefile.PL b/Makefile.PL index 584be4d..dd3ed3f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -63,7 +63,8 @@ WriteMakefile : ()), PL_FILES => {}, EXE_FILES => [ 'bin/feedgnuplot' ], - BUILD_REQUIRES => { 'String::ShellQuote' => 0}, + BUILD_REQUIRES => { 'String::ShellQuote' => 0, + 'IPC::Run' => 0}, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'feedgnuplot-*' }, );