# Exit on error:
set -e

wget http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/URI-1.65.tar.gz
tar xf URI-1.65.tar.gz
cd URI-1.65

perl Makefile.PL
make
make install

cd ..
exit 0
