
install_cpan_modules.pl

install_cpan_modules.pl [OPTIONS]

Install all the specified CPAN modules listed in a file.

This is the file that contains all the modules to be installed in order. It has no default.

The manifest file is a simple list of module names you want to install. The modules will be installed in the order listed. If a line starts with a #, it will be ignored. An example could be:
# Handle Catalyst needs Catalyst Catalyst::Plugin::Session::Store::File Catalyst::Plugin::Session::State::Cookie # Handle DBIx::Class DBIx::Class # Other stuff below here

Rob Kinyon, rkinyon@cpan.org

Copyright (c) 2007 Rob Kinyon. All Rights Reserved. This is free software, you may use it and distribute it under the same terms as Perl itself.