post_install() {
set -e

export PERL_MM_USE_DEFAULT=1

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

exit 0
}
