Surviving Perl module depency hell with Arch Linux
So you’re running Arch Linux and trying to install a piece of software that depends on lots and lots of Perl modules, and you want install them cleanly using pacman.
pacpan is the key. If a module has an existing package, it will install it. Otherwise it will build it from CPAN. It also builds packages for the depencies. Use like this:
pacpan HTML::Mason
./build_cpan
Posted July 28, 2009 at 3:26am in arch linux arch perl depency hell pacpan pacman AUR module cpan
||
home