How do I set up a local CPAN mirror?

前端 未结 5 1048
刺人心
刺人心 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 06:57

    Besides the other answers, check out Leon's CPAN::Mini::Webserver, which gives you a CPAN Search interface to your local CPAN copy.

    If you want to do more fancy things, see my "MyCPAN" talk. You can inject your own private modules into your private CPAN with CPAN::Mini::Inject, for instance.

提交回复
热议问题