NAME

CPANPLUS::Shell - interactive interface launcher for CPAN++

SYNOPSIS

perl -MCPANPLUS -e 'shell'
/perl/bin/cpanp

DESCRIPTION

CPANPLUS::Shell is used to launch an interactive shell. What shell will be launched depends upon what shell was configured to be the default. If you did not change the shell during configuration, the default shell will be CPANPLUS::Shell::Default.

You can start the shell with either the command-line perl, or by using the cpanp command, which will be installed in your perl bin.

For information on using your shell, please refer to the documentation for your default shell.

AUTHORS

This module by Jos Boumans <kane@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::Shell::Default