# Exit on error:
set -e

wget http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Switch-2.17.tar.gz
tar xf Switch-2.17.tar.gz
cd Switch-2.17
perl Makefile.PL
make install
cd ..
rm -rf Switch-2.17
rm Switch-2.17.tar.gz

exit 0
