[feedgnuplot] 02/12: added CPAN meta-data to require IPC::Run at build time

Dima Kogan dima at secretsauce.net
Sat Jan 25 05:03:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 64bce2a4251d9a7f864c36f4604f2d21c49a75b9
Author: Dima Kogan <dima at secretsauce.net>
Date:   Wed Dec 4 20:44:54 2013 -0800

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list