# HG changeset patch # User iuc # Date 1393701055 18000 # Node ID 34b039b3943b57e8c6ed43f526efb765df0ed0bc Imported from capsule None diff -r 000000000000 -r 34b039b3943b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Mar 01 14:10:55 2014 -0500 @@ -0,0 +1,40 @@ + + + + + + + http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz + ./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 + + $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) + + + 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 + + + + + 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_LOCALLIB_DIR XML::Parser" to install additional perl modules. + + +