CPAN+

The AUR offers a surprising number of perl modules, but from time to time I need one which I don't find there. Instead of bypassing the package manager and installing the module directly from CPAN, I use this way:

sudo pacman -S perl-cpanplus-dist-arch
setupdistarch 
cpanp -i Your::Module::Name

Clean and simple, just as I like it.