CPAN-Mirror-Tiny
    
    
  
  
  
view release on metacpan or search on metacpan
lib/CPAN/Mirror/Tiny.pm view on Meta::CPAN
=head1 TIPS
=head2 How can I install modules in my DarkPAN with cpanm / cpm?
L<cpanm> is an awesome CPAN client. If you want to install modules
in your DarkPAN with cpanm, there are 2 ways.
First way:
  cpanm --cascade-search \
    --mirror-index /path/to/darkpan/modules/02packages.details.txt \
    --mirror /path/to/darkpan \
    --mirror http://www.cpan.org \
    Your::Module
Second way:
  cpanm --mirror-only \
    --mirror /path/to/darkpan \
    --mirror http://www.cpan.org \
( run in 0.387 second using v1.01-cache-2.11-cpan-c333fce770f )