# Exit on error:
set -e

wget https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.15.tar.gz
tar xf LWP-Protocol-https-6.15.tar.gz
cd LWP-Protocol-https-6.15
perl Makefile.PL
make install
cd ..
rm -rf LWP-Protocol-https-6.15
rm LWP-Protocol-https-6.15.tar.gz

exit 0
