# HG changeset patch # User mvdbeek # Date 1439649573 14400 # Node ID 7e1a85c4427abe56b880894fb8c96d655282b5ce planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_perl_5_18 commit 2947cbbe0a688473dd7cae2bcb9f268fb23ed9ee-dirty diff -r 000000000000 -r 7e1a85c4427a tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Aug 15 10:39:33 2015 -0400 @@ -0,0 +1,45 @@ + + + + + + + + + + + http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz + ./Configure -des -Dprefix=$INSTALL_DIR -Dstartperl='#!/usr/bin/env perl' + + .. + 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 + + export PATH=$INSTALL_DIR/bin/:$PATH; perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages + make install + export PATH=$INSTALL_DIR/bin/:$PATH; 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 + sed -i.bak -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/* + + + $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_ROOT_DIR XML::Parser" to install additional perl modules. + + +