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

NAME

CPANPLUS::Configure::Setup - Configuration setup for CPAN++

SYNOPSIS

You will be automatically thrown to Setup when you install CPANPLUS, or whenever your saved Config is corrupt.

You can run Setup explicitly (which will replace your existing Config) with:

    perl -MCPANPLUS::Configure::Setup -e 'CPANPLUS::Configure::Setup->init()'

DESCRIPTION

CPANPLUS::Configure::Setup prompts the user to enter information that will be used by CPANPLUS. The text accompanying the questions should be sufficient to guide the user through the configuration. The result of this inquiry is stored in Config.pm. By default, this information will be used by all CPANPLUS modules. However, it is possible to change some configuration options at runtime with

CPANPLUS::Configure (which will probably be accessed through CPANPLUS::Backend).

AUTHORS

This module by Joshua Boschert <jambe@cpan.org>.

This pod text by Ann Barcomb <kudra@cpan.org>.

COPYRIGHT

The CPAN++ interface (of which this module is a part of) is copyright (c) 2001, 2002 Jos Boumans <kane@cpan.org>. All rights reserved.

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.

SEE ALSO

CPANPLUS::Configure, CPANPLUS::Backend