post_install() {
set -e

export PERL_MM_USE_DEFAULT=1

echo "Sideloading Perl XML::Simple ..."
cpan -Ti XML::Simple

exit 0
}
