post_install() {
set -e

export PERL_MM_USE_DEFAULT=1

echo "Sideloading Perl File::MimeInfo ..."
cpan -Ti File::MimeInfo

exit 0
}
