in reply to CPAN Modules, RPMs, CPAN++ (cpan2dist)

I can tell you that we're using cpan2rpm, with some success. Here are a few of the pitfalls:

As for mixing with distro packages, my advice is that you should build your own perl if it's an important piece of your software stack. The one that comes with Red Hat is built with threads support (read: performance penalty) and their own selection of patches. It's better to run the official version, IMO.

You will also be at their mercy on which CPAN modules and version you can get if you stick with theirs. Want the lastest Devel::NYTProf? Forget it.

  • Comment on Re: CPAN Modules, RPMs, CPAN++ (cpan2dist)