From 64bce2a4251d9a7f864c36f4604f2d21c49a75b9 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 4 Dec 2013 20:44:54 -0800 Subject: [PATCH] added CPAN meta-data to require IPC::Run at build time --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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-*' }, );