# HG changeset patch # User iuc # Date 1383672263 18000 # Node ID 978287122b91162dbfce1e877426dd68a8d6e092 # Parent c807cdcad590c15d5e196e7de68eaa61f6317498 Uploaded diff -r c807cdcad590 -r 978287122b91 tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 04 23:38:35 2013 -0500 +++ b/tool_dependencies.xml Tue Nov 05 12:24:23 2013 -0500 @@ -5,31 +5,31 @@ http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz - ./Configure -des -Dprefix=$INSTALL_DIR ; make ; make install + ./Configure -des -Dprefix=$INSTALL_DIR + http://www.cpan.org/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz tar xfvz local-lib-1.008009.tar.gz local-lib-1.008009 - perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages + + $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 - - - export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cpanm --local-lib=$INSTALL_DIR XML::Parser + $INSTALL_DIR/bin $INSTALL_DIR/lib/perl5 @@ -38,7 +38,11 @@ - Perl installation test. + Perl 5 is a highly capable, feature-rich programming language with over 25 years of development. + http://www.perl.org/ + + This repository contains local-lib and cpanm in addition. + It is recommended to use something like "cpanm --local-lib=$PERL_ROOT_DIR XML::Parser" to install additional perl modules.