# Exit on error:
set -e

wget https://cpan.metacpan.org/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
tar xf Term-Animation-2.6.tar.gz
cd Term-Animation-2.6
perl Makefile.PL
make install
cd ..
rm -rf Term-Animation-2.6
rm Term-Animation-2.6.tar.gz

exit 0
