# HG changeset patch # User iuc # Date 1456474115 18000 # Node ID 03f5951a9855e94c520ded2e8a6f11fac0906ce7 # Parent d905bb415eca08a592c8a37f11f2dd191241b59d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_perl_5_18 commit 1486cf95ee83c1c8769d1f8a80fe9342d50fc6da diff -r d905bb415eca -r 03f5951a9855 tool_dependencies.xml --- a/tool_dependencies.xml Sun Feb 14 09:19:49 2016 -0500 +++ b/tool_dependencies.xml Fri Feb 26 03:08:35 2016 -0500 @@ -7,15 +7,11 @@ - - https://depot.galaxyproject.org/software/perl/perl_5.18_src_all.tar.gz - + https://depot.galaxyproject.org/software/perl/perl_5.18_src_all.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 - + 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 @@ -26,9 +22,7 @@ export PATH=$INSTALL_DIR/bin/:$PATH; eval $(perl -I$INSTALL_DIR/local-lib/lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib) .. - - https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm - + https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm if [ -d "$TMP_WORK_DIR" ] ; then export HOME=$TMP_WORK_DIR ; else export HOME=`mktemp -d` ; fi ; unset PERL_MB_OPT PERL_MM_OPT ; export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus LC_ALL=C sed -i.bak -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*