post_install() {
set -e

export PERL_MM_USE_DEFAULT=1

echo "Sideloading Perl Locale::gettext ..."
cpan -Ti Locale::gettext

exit 0
}
