# HG changeset patch
# User iuc
# Date 1423662799 18000
# Node ID f6efd799dc702aea7b5431fd4be4f6d5617ec1fa
# Parent a1a111b9faa53dba2ff477794fe1f436f50b5d8d
Uploaded
diff -r a1a111b9faa5 -r f6efd799dc70 tool_dependencies.xml
--- a/tool_dependencies.xml Sat Aug 02 11:12:00 2014 -0400
+++ b/tool_dependencies.xml Wed Feb 11 08:53:19 2015 -0500
@@ -20,7 +20,7 @@
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 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*
+ sed -i -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*
$INSTALL_DIR/bin
@@ -33,7 +33,7 @@
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.