# To install the cworld::dekker perl module

perl Build.PL
./Build
./Build install

OR 

perl Build.PL
./Build
./Build install --install_base /your/custom/dir
# (ensure /your/custom/dir is added to your PERL5LIB path)

e.g.
./Build install --install_base ~/perl5
# in .bashrc
export PERL5LIB=${PERL5LIB}:/home/<yourusername>/perl5/lib/perl5

