in reply to How to publish Perl module as Linux RPM package?

How to create a Linux RPM package and then How to run your own yum repository. None of this is in any way Perl-specific, of course.


🦛

  • Comment on Re: How to publish Perl module as Linux RPM package?

Replies are listed 'Best First'.
Re^2: How to publish Perl module as Linux RPM package?
by SBECK (Chaplain) on Jan 02, 2023 at 13:58 UTC
    I would also recommend looking at the package App::CPANtoRPM which can automatically handle all of the steps for creating an RPM of a perl module, including creating a perl-specific SPEC file which handles prerequisites, etc.
Re^2: How to publish Perl module as Linux RPM package?
by harangzsolt33 (Deacon) on Jan 01, 2023 at 21:42 UTC
    Thanks!! :)