What's the best way to turn CPAN modules into Debian packages?

前端 未结 5 1434
孤街浪徒
孤街浪徒 2021-02-04 10:30

Whenever I work on a system of any flavor that has a particular way of handling package management, I try to stick with that standard for managing my Perl modules. \"When in Ro

5条回答
  •  心在旅途
    2021-02-04 11:08

    You won't like this, but I really think that you should not do this at all. The various Perl Debian packages aren't for developers that need certain Perl modules on their machines. They were built because other applications need them and users want or might want those applications.

    Please take a look at the answers to this question before doing something that you probably should not be doing.

提交回复
热议问题