NAME

CPAN::Site - CPAN.pm subclass for adding site local modules

INHERITANCE

CPAN::Site
  is a CPAN

SYNOPSIS

perl -MCPAN::Site -e shell
cpansite shell                # alternative

perl -MCPAN::Site -e 'install AnyModule'
cpansite install AnyModule    # alternative

DESCRIPTION

This module adds access to site specific modules to the CPAN.pm install interface. The general idea is to have a local (pseudo) CPAN server which is asked first. If the request fails -which is the usual case-, CPAN.pm switches to the next URL in the list pointing to a real CPAN server.

SEE ALSO

This module is part of CPAN-Site distribution version 0.16, built on November 09, 2007. Website: http://perl.overmeer.net/cpan-site/

LICENSE

Copyrights 1998,2005-2007. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html