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


# To find Math::Calc and Parse::Eyapp libraries
#  In my machine Parse::Eyapp is two dirs above Calculator
CP=`pwd`
EYAPPPATH=${CP%%/examples/Calculator}
export PERL5LIB=${CP}/lib:${EYAPPPATH}/lib:${PERL5LIB}
#
# To find eyapp and remotetest.pl
export PATH=${CP}/scripts:${EYAPPPATH}:${PATH}

# Used by some SKIP tests
export DEVELOPER=casiano

eyapp -m Math::Calc -o lib/Math/Calc.pm lib/Math/Calc.eyp 

# svn 
# default commit message
export M='working in my computer'

export SVNR=https://parse-eyapp.googlecode.com/svn/trunk/examples/Calculator
