
CPAN::Mini::FromList - create a minimal CPAN mirror of modules you specify

Unless you need to do something unusual,
you probably should be looking at minicpan-fromlist.
use CPAN::Mini::FromList;
CPAN::Mini::FromList->update_mirror(%args);
...

Begins the process of creating a local CPAN mirror, but only downloads modules specified by the user. See the documentation in CPAN::Mini for more details on the arguments.
Delete 02packages.details.txt.gz
Generate a fake 02packages.details.txt.gz containing only the packages listed.

Thomas Klausner, domm@cpan.org
based on CPAN::Mini::Phalanx100 by Steve Peters

Please report any bugs or feature requests to bug-cpan-mini-fromlist@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.


Thanks to...
Ricardo Signes - for writing CPAN::Mini, which does 99% of the work in this module
Steve Peters - for writing CPAN::Mini::Phalanx100, from which I copied most of this code

Copyright 2008 Thomas Klausner, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.