# Exit on error:
set -e

wget http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/URI-1.71.tar.gz
tar xf URI-1.71.tar.gz
cd URI-1.71
perl Makefile.PL
make install
cd ..
rm -rf URI-1.71
rm URI-1.71.tar.gz

exit 0
