# HG changeset patch # User iuc # Date 1455459589 18000 # Node ID d905bb415eca08a592c8a37f11f2dd191241b59d # Parent 8b3509930a44cf85bb3c3cfbd8db3466ac2dd448 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_perl_5_18 commit 55b5863db6c3e6cf443917117ec362a8daad8122 diff -r 8b3509930a44 -r d905bb415eca tool_dependencies.xml --- a/tool_dependencies.xml Fri Sep 25 09:17:12 2015 -0400 +++ b/tool_dependencies.xml Sun Feb 14 09:19:49 2016 -0500 @@ -7,17 +7,15 @@ - http://www.cpan.org/src/5.0/perl-5.18.1.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 @@ -28,7 +26,9 @@ 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/* @@ -42,7 +42,7 @@ Perl 5 is a highly capable, feature-rich programming language with over 25 years of development. - http://www.perl.org/ + https://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.