changeset 8:ab58b9f990c5 draft

Uploaded
author iuc
date Tue, 05 Nov 2013 18:14:53 -0500
parents 43ce4d7c22a3
children 8ee4936dfce3
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Nov 05 18:00:08 2013 -0500
+++ b/tool_dependencies.xml	Tue Nov 05 18:14:53 2013 -0500
@@ -25,6 +25,7 @@
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable name="PERL5LIB" action="prepend_to">$INSTALL_DIR/lib/perl5</environment_variable>
                     <environment_variable name="PERL_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="PERL_LOCALLIB_DIR" action="set_to">$INSTALL_DIR/local-lib</environment_variable>
                 </action>
             </actions>
         </install>
@@ -33,7 +34,7 @@
             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.
+            It is recommended to use something like "cpanm --local-lib=$PERL_LOCALLIB_DIR XML::Parser" to install additional perl modules.
         </readme>
     </package>
 </tool_dependency>