How do I set up a local CPAN mirror?
What do I need to set up and maintain a local CPAN mirror? What scripts and best practices should I be aware of? This could be useful: http://www.cpan.org/misc/cpan-faq.html#How_mirror_CPAN CPAN::Mini is the way to go. Once you've mirrored CPAN locally, you'll want to set your mirror URL in CPAN.pm or CPANPLUS to the local directory using a "file:" URL like this: file:///path/to/my/cpan/mirror If you'd like your mirror to have copies of development versions of CPAN distribution, you can use CPAN::Mini::Devel . Update: The "What do I need to mirror CPAN?" FAQ given in another answer is for