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

NAME

minipan - a minimalistic CPAN module installer

SYNOPSIS

        $ minipan Some::Module # or 'Some/Module.pm' for easy copy'n'paste
                               # from an missing module error message

DESCRIPTION

MiniPan is a try to write a minimalistic replacement for the 'cpan' command line tool mainly for the iPhone as limited resources make it impossible to use it on that platform (cpan tries to load the whole package list into the memory, even with CPAN::SQLite installed...

Currently only installation of a single module and its dependencis is supported. No optional dependency modules will be installed at the moment though.

FUNCTIONS

usage

prints the usage and exits

TODO

* process multiple modules on command line

BUGS

Please report any bugs or feature requests to bug-minipan at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MiniPAN. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

MiniPAN, CPAN

AUTHOR

Tobias Kirschstein, <mail at lev.geek.nz>