[R-gregmisc-users] SF.net SVN: r-gregmisc:[1965] trunk/gdata/inst/perl/module_tools.pl
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-25 09:12:01
|
Revision: 1965 http://sourceforge.net/p/r-gregmisc/code/1965 Author: warnes Date: 2015-04-25 09:11:54 +0000 (Sat, 25 Apr 2015) Log Message: ----------- Installing PERL modules was failing. Adding CPAN configuration option fixed the problem. Modified Paths: -------------- trunk/gdata/inst/perl/module_tools.pl Modified: trunk/gdata/inst/perl/module_tools.pl =================================================================== --- trunk/gdata/inst/perl/module_tools.pl 2015-04-25 08:49:41 UTC (rev 1964) +++ trunk/gdata/inst/perl/module_tools.pl 2015-04-25 09:11:54 UTC (rev 1965) @@ -91,6 +91,8 @@ CPAN::Index->reload(); # set the target install path + CPAN::Shell->o("conf", "mbuildpl_arg", + "PREFIX=$here LIB=$here --prefix $here --install-base $here"); CPAN::Shell->o("conf", "makepl_arg", "PREFIX=$here LIB=$here --prefix $here --install-base $here"); CPAN::Shell->install("Compress::Raw::Zlib"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |