The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.14, built on December 19, 2006. Website: http://perl.overmeer.net/cpansite/

LICENSE

Copyrights 1998,2005-2006. For 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