added CPAN meta-data to require IPC::Run at build time

This commit is contained in:
Dima Kogan 2013-12-04 20:44:54 -08:00
parent adbc8393f5
commit 64bce2a425

View File

@ -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-*' },
);