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


CPAN-Mini-FromList documentation  | view source Contained in the CPAN-Mini-FromList distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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);
    ...

METHODS

Top

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

Delete 02packages.details.txt.gz

generate_fake_02packages

Generate a fake 02packages.details.txt.gz containing only the packages listed.

AUTHOR

Top

Thomas Klausner, domm@cpan.org

based on CPAN::Mini::Phalanx100 by Steve Peters

BUGS

Top

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.

SEE ALSO

Top

CPAN::Mini

ACKNOWLEDGEMENTS

Top

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 & LICENSE

Top


CPAN-Mini-FromList documentation  | view source Contained in the CPAN-Mini-FromList distribution.