in reply to How to release a precompiled XS module?

So, is there any possibility to release a precompiled PerlXS module for major Linux distributions?

Sure :) the same way those Debian folks release modules to be available via apt-get, you can do that too... see below

But how about a simple linux distribution instead? http://www.citrusperl.com/helpweb/createdistribution.htm, http://www.citrusperl.com/helpweb/installingcitrusperl.htm

http://www.citrusperl.com/, What is the best way to install CPAN modules on Debian?,

Try CPANPLUS::Dist::Fedora , cpan2rpm, Dist::Zilla::Plugin::RPM, http://www.debian.org/doc/packaging-manuals/perl-policy/ch-module_packages.html#s-dh_perl, Building Debian packages of Perl modules

  • Comment on Re: How to release a precompiled XS module? (apt-get repository)

Replies are listed 'Best First'.
Re^2: How to release a precompiled XS module? (apt-get repository)
by llancet (Friar) on Nov 11, 2014 at 05:58 UTC
    So I have to learn the complete Fedora and Debian packaging toolchains... What a painful world!

      So I have to learn the complete Fedora and Debian packaging toolchains... What a painful world!

      If you want to pick that

      You could also make PPMs

      Everything is some kind of PITA, pick your flavor :)