# file setperl5lib
# Execute:
# source setperl5lib
# Change the values for whatever is more convenient in your platform

# To find eyapp and remotetest.pl
export PATH=`pwd`/scripts:${PATH}:/home/pl/LEyapp/:/home/pp2/src/perl/GRID_Machine/scripts

# To find Parse::Eyapp and GRID::Machine libraries
export PERL5LIB=`pwd`/lib/:/home/pl/LEyapp/lib:/home/pp2/src/perl/GRID_Machine/lib

# Used by some SKIP tests
export DEVELOPER=1

# To simplify some svn commands
export SVNR=svn+ssh://casiano@orion.pcg.ull.es/var/svn/casiano/PL/YappWithDefaultAction/trunk/examples/Calculator


