# HG changeset patch
# User iuc
# Date 1383624326 18000
# Node ID 6db4870d4296735d984504819b39884eb9f73080
# Parent cb7edd7335dab87fffe4db0683be3fa96b4bafd3
Making sure we use cpanm and perl as installed.
diff -r cb7edd7335da -r 6db4870d4296 tool_dependencies.xml
--- a/tool_dependencies.xml Mon Nov 04 22:03:42 2013 -0500
+++ b/tool_dependencies.xml Mon Nov 04 23:05:26 2013 -0500
@@ -12,7 +12,7 @@
local-lib-1.008009
perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages
make install
- eval $(perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib)
+ eval $($INSTALL_DIR/bin/perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib)
https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm
@@ -22,8 +22,8 @@
cpanm
$INSTALL_DIR/bin/
- cpanm --local-lib=$INSTALL_DIR XML::Parser
- cpanm --local-lib=$INSTALL_DIR CGI
+ $INSTALL_DIR/bin/cpanm --local-lib=$INSTALL_DIR XML::Parser
+ $INSTALL_DIR/bin/cpanm --local-lib=$INSTALL_DIR CGI