Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make PPM packages from CPAN

I want to create my own binary PPM packages on Windows from CPAN modules.

There is PPM::Make which does it pretty well.

But also there is CPANPLUS which has plugins to create native binary packages for distributions (e.g. .deb or Arch Linux .pkg.tar.xz Pacman)

Is there a CPANPLUS plugin to create PPMs? Are there any other methods/frontends to create PPMs conveniently?

like image 993
nponeccop Avatar asked Nov 20 '13 14:11

nponeccop


People also ask

How do I download from CPAN?

If you have CPAN Minus installed you can type in cpanm --look WWW::Mechanize. It will download the distribution, unzip it and open a subshell in the unzipped directory.

How do I open a package manager in Perl?

PPM can then be run by typing 'ppm' in a command prompt window.


1 Answers

How2 - create a PPM distribution - 0.2

like image 89
bcarroll Avatar answered Sep 18 '22 15:09

bcarroll