# HG changeset patch # User iuc # Date 1395404614 14400 # Node ID 8ee4936dfce35f7e8811ae6f0a037d9e53b04449 # Parent ab58b9f990c5a0a56ee23bcf58cad72484570b16 Uploaded diff -r ab58b9f990c5 -r 8ee4936dfce3 tool_dependencies.xml --- a/tool_dependencies.xml Tue Nov 05 18:14:53 2013 -0500 +++ b/tool_dependencies.xml Fri Mar 21 08:23:34 2014 -0400 @@ -14,18 +14,26 @@ $INSTALL_DIR/bin/perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages make install - eval $($INSTALL_DIR/bin/perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib) + eval $(perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib) https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus + $INSTALL_DIR/bin $INSTALL_DIR/lib/perl5 $INSTALL_DIR - $INSTALL_DIR/local-lib @@ -34,7 +42,7 @@ http://www.perl.org/ This repository contains local-lib and cpanm in addition. - It is recommended to use something like "cpanm --local-lib=$PERL_LOCALLIB_DIR XML::Parser" to install additional perl modules. + It is recommended to use something like "cpanm --local-lib=$PERL_ROOT_DIR XML::Parser" to install additional perl modules.