http://www.perlmonks.org?node_id=1004329

dburke has asked for the wisdom of the Perl Monks concerning the following question:

So, first off, I'm on Windows 2003 Server. I've been searching for a while now for some way to install perl modules with no internet. People suggested making a mini cpan, but that seems like a lot of work for two modules. I have the source for these modules and I tried to install them in cpan using `cpan .` but it still tries to connect to the internet. Is making a minicpan the only way? How do I make a minicpan mirror with just the modules I want and their dependencies? Thank you for you time.