How do I set up a local CPAN mirror?

前端 未结 5 1051
刺人心
刺人心 2020-12-09 06:34

What do I need to set up and maintain a local CPAN mirror? What scripts and best practices should I be aware of?

5条回答
  •  一向
    一向 (楼主)
    2020-12-09 07:02

    CPAN::Mini is fine. By default it keeps only the latest version of a distribution, not every version as CPAN does.

    You can also install CPAN::Mini::Webserver, which provides you with a web interface to your local cpan mirror - very handy if you are offline and still want to work with perl.

提交回复
热议问题