Skip to content
Archive of posts tagged cpan

Packaging Perl CPAN modules as RPM with cpanspec

If you happen to use some CPAN module that is not already available in any repo (always check EPEL), you might consider packaging it yourself. It can really be a pain if you try to do it from scratch, that’s why you should consider using cpanspec. It’s a simple tool that will generate a specfile [...]