The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.05

SYNOPSIS

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

NAME

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

METHODS

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

Thomas Klausner, domm@cpan.org

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

BUGS

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

CPAN::Mini

ACKNOWLEDGEMENTS

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

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.

AUTHOR

Thomas Klausner <domm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Thomas Klausner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.