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

NAME

install_cpan_modules.pl

SYNOPSIS

install_cpan_modules.pl [OPTIONS]

DESCRIPTION

Install all the specified CPAN modules listed in a file.

OPTIONS

manifest (optional)

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

MANIFEST FILE

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

AUTHOR

Rob Kinyon, rkinyon@cpan.org

COPYRIGHT

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.